C# Класс Castle.Core.ConstructorCandidate

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ConstructorCandidate ( ConstructorInfo constructorInfo ) : System

Initializes a new instance of the ConstructorCandidate class.

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

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

Initializes a new instance of the ConstructorCandidate class.
public ConstructorCandidate ( ConstructorInfo constructorInfo ) : System
constructorInfo System.Reflection.ConstructorInfo The constructor info.
Результат System