C# Class Castle.MicroKernel.Registration.NamedAttribute

Represents a named attribute.
Mostra file Open project: castleproject/Windsor

Public Methods

Method Description
Eq ( String value ) : Attrib

Builds the Attribute with name/value.

Eq ( object value ) : Attrib

Builds the Attribute with name/value.

Private Methods

Method Description
NamedAttribute ( String name ) : System

Method Details

Eq() public method

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

Eq() public method

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