C# 클래스 LinFu.IoC.Configuration.NamedType

Represents a named type.
상속: INamedType
파일 보기 프로젝트 열기: philiplaureano/LinFu

공개 메소드들

메소드 설명
NamedType ( ) : System

Initializes a new instance of the NamedType class.

NamedType ( ParameterInfo parameter ) : System

Initializes a new instance of the NamedType class.

NamedType ( PropertyInfo property ) : System

Initializes a new instance of the NamedType class.

NamedType ( Type currentType ) : System

Initializes a new instance of the NamedType class.

메소드 상세

NamedType() 공개 메소드

Initializes a new instance of the NamedType class.
public NamedType ( ) : System
리턴 System

NamedType() 공개 메소드

Initializes a new instance of the NamedType class.
public NamedType ( ParameterInfo parameter ) : System
parameter System.Reflection.ParameterInfo The target parameter.
리턴 System

NamedType() 공개 메소드

Initializes a new instance of the NamedType class.
public NamedType ( PropertyInfo property ) : System
property System.Reflection.PropertyInfo The target property.
리턴 System

NamedType() 공개 메소드

Initializes a new instance of the NamedType class.
public NamedType ( Type currentType ) : System
currentType System.Type The current type.
리턴 System