C# Class Castle.Core.ConstructorCandidate

Afficher le fichier Open project: 7digital/Castle.Windsor Class Usage Examples

Méthodes publiques

Méthode Description
ConstructorCandidate ( ConstructorInfo constructorInfo ) : System

Initializes a new instance of the ConstructorCandidate class.

Method Details

ConstructorCandidate() public méthode

Initializes a new instance of the ConstructorCandidate class.
public ConstructorCandidate ( ConstructorInfo constructorInfo ) : System
constructorInfo System.Reflection.ConstructorInfo The constructor info.
Résultat System