메소드 | 설명 | |
---|---|---|
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. |
리턴 | System |