C# Class Castle.MicroKernel.Registration.NamedAttribute

Represents a named attribute.
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
Eq ( String value ) : Attrib

Builds the Attribute with name/value.

Eq ( object value ) : Attrib

Builds the Attribute with name/value.

Private Methods

Méthode Description
NamedAttribute ( String name ) : System

Method Details

Eq() public méthode

Builds the Attribute with name/value.
public Eq ( String value ) : Attrib
value String The attribute value.
Résultat Attrib

Eq() public méthode

Builds the Attribute with name/value.
public Eq ( object value ) : Attrib
value object The attribute value.
Résultat Attrib