C# Class NUnit.Framework.AuthorAttribute

Inheritance: PropertyAttribute
Afficher le fichier Open project: nunit/nunit

Méthodes publiques

Méthode Description
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.

Method Details

AuthorAttribute() public méthode

Initializes a new instance of the AuthorAttribute class.
public AuthorAttribute ( string name ) : System
name string The name of the author.
Résultat System

AuthorAttribute() public méthode

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.
Résultat System