C# Класс Platform.Reflection.ConstructorInfoUtils

Показать файл Открыть проект

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

Метод Описание
GetConstructorOnGenericType ( this constructorInfo ) : ConstructorInfo
GetConstructorOnTypeReplacingTypeGenericArgs ( this constructorInfo ) : ConstructorInfo

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

GetConstructorOnGenericType() публичный статический Метод

public static GetConstructorOnGenericType ( this constructorInfo ) : ConstructorInfo
constructorInfo this
Результат System.Reflection.ConstructorInfo

GetConstructorOnTypeReplacingTypeGenericArgs() публичный статический Метод

public static GetConstructorOnTypeReplacingTypeGenericArgs ( this constructorInfo ) : ConstructorInfo
constructorInfo this
Результат System.Reflection.ConstructorInfo