C# Class NAnt.Core.Attributes.BuildElementAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: skolima/NAnt

Public Methods

Method Description
BuildElementAttribute ( string name ) : System

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

Method Details

BuildElementAttribute() public method

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.
return System