메소드 | 설명 | |
---|---|---|
AuthorAttribute ( string name ) : System |
Initializes a new instance of the AuthorAttribute class.
|
|
AuthorAttribute ( string name, string email ) : System |
Initializes a new instance of the AuthorAttribute class.
|
public AuthorAttribute ( string name ) : System | ||
name | string | The name of the author. |
리턴 | System |
public AuthorAttribute ( string name, string email ) : System | ||
name | string | The name of the author. |
string | The email address of the author. | |
리턴 | System |