C# 클래스 NUnit.Framework.AuthorAttribute

상속: PropertyAttribute
파일 보기 프로젝트 열기: nunit/nunit

공개 메소드들

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

메소드 상세

AuthorAttribute() 공개 메소드

Initializes a new instance of the AuthorAttribute class.
public AuthorAttribute ( string name ) : System
name string The name of the author.
리턴 System

AuthorAttribute() 공개 메소드

Initializes a new instance of the AuthorAttribute class.
public AuthorAttribute ( string name, string email ) : System
name string The name of the author.
email string The email address of the author.
리턴 System