C# Class NAnt.Core.Attributes.BuildAttributeAttribute

Inheritance: System.Attribute
Mostra file Open project: skolima/NAnt

Protected Methods

Method Description
BuildAttributeAttribute ( string name ) : System

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

Method Details

BuildAttributeAttribute() protected method

Initializes a new instance of the BuildAttributeAttribute with the specified name.
is . is a zero-length .
protected BuildAttributeAttribute ( string name ) : System
name string The name of the attribute.
return System