C# Class Microsoft.Silverlight.Testing.BugAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: garyjohnson/wpnest

Méthodes publiques

Méthode 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 méthode

Construct a new BugAttribute with no bug description.
public BugAttribute ( ) : System
Résultat System

BugAttribute() public méthode

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

ToString() public méthode

Return the bug information.
public ToString ( ) : string
Résultat string