C# Класс NAnt.Core.Attributes.BuildElementAttribute

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

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

Метод Описание
BuildElementAttribute ( string name ) : System

Initializes a new instance of the BuildElementAttribute with the specified name.

Описание методов

BuildElementAttribute() публичный Метод

Initializes a new instance of the BuildElementAttribute with the specified name.
is . is a zero-length .
public BuildElementAttribute ( string name ) : System
name string The name of the attribute.
Результат System