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.
|
public BugAttribute ( string description ) : System | ||
description | string | Known issue text. |
Résultat | System |