C# Class CommonComposition.NamedAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: netfx/CommonComposition

Public Methods

Method Description
NamedAttribute ( string name ) : System

Initializes a new instance of the NamedAttribute class.

Method Details

NamedAttribute() public method

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