C# Class NAnt.Core.Attributes.ElementNameAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: skolima/NAnt

Méthodes publiques

Méthode Description
ElementNameAttribute ( string name ) : System

Initializes a new instance of the with the specified name.

Method Details

ElementNameAttribute() public méthode

Initializes a new instance of the with the specified name.
is . is a zero-length .
public ElementNameAttribute ( string name ) : System
name string The name of the element.
Résultat System