C# Class LinFu.IoC.Configuration.NamedType

Represents a named type.
Inheritance: INamedType
Afficher le fichier Open project: philiplaureano/LinFu

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the NamedType class.
public NamedType ( ) : System
Résultat System

NamedType() public méthode

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

NamedType() public méthode

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

NamedType() public méthode

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