C# Класс NUnit.Framework.AuthorAttribute

Наследование: PropertyAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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