C# Class CommonComposition.NamedAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: netfx/CommonComposition

Méthodes publiques

Méthode Description
NamedAttribute ( string name ) : System

Initializes a new instance of the NamedAttribute class.

Method Details

NamedAttribute() public méthode

Initializes a new instance of the NamedAttribute class.
public NamedAttribute ( string name ) : System
name string The name of the component or dependency.
Résultat System