C# Class LinFu.IoC.Configuration.NamedType

Represents a named type.
Inheritance: INamedType
显示文件 Open project: philiplaureano/LinFu

Public Methods

Method Description
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.

Method Details

NamedType() public method

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

NamedType() public method

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

NamedType() public method

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

NamedType() public method

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