C# Class Microsoft.Silverlight.Testing.BugAttribute

Inheritance: System.Attribute
Show file Open project: garyjohnson/wpnest

Public Methods

Method Description
BugAttribute ( ) : System

Construct a new BugAttribute with no bug description.

BugAttribute ( string description ) : System

Construct a new BugAttribute with a bug description.

ToString ( ) : string

Return the bug information.

Method Details

BugAttribute() public method

Construct a new BugAttribute with no bug description.
public BugAttribute ( ) : System
return System

BugAttribute() public method

Construct a new BugAttribute with a bug description.
public BugAttribute ( string description ) : System
description string Known issue text.
return System

ToString() public method

Return the bug information.
public ToString ( ) : string
return string