C# Class ModelBuilder.DefaultConstructorResolver

The DefaultConstructorResolver class is used to resolve a constructor for a type.
Inheritance: IConstructorResolver
Datei anzeigen Open project: roryprimrose/ModelBuilder Class Usage Examples

Public Methods

Method Description
Resolve ( Type type ) : ConstructorInfo

Method Details

Resolve() public method

The parameter is null. The parameter does not have a public constructor and no arguments are supplied. The parameter does not have a constructor that matches the supplied arguments.
public Resolve ( Type type ) : ConstructorInfo
type System.Type
return System.Reflection.ConstructorInfo