C# Класс ModelBuilder.DefaultConstructorResolver

The DefaultConstructorResolver class is used to resolve a constructor for a type.
Наследование: IConstructorResolver
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Resolve ( Type type ) : ConstructorInfo

Описание методов

Resolve() публичный Метод

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
Результат System.Reflection.ConstructorInfo