C# 클래스 Castle.MicroKernel.Registration.NamedAttribute

Represents a named attribute.
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
Eq ( String value ) : Attrib

Builds the Attribute with name/value.

Eq ( object value ) : Attrib

Builds the Attribute with name/value.

비공개 메소드들

메소드 설명
NamedAttribute ( String name ) : System

메소드 상세

Eq() 공개 메소드

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

Eq() 공개 메소드

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