C# Class Platform.Reflection.ConstructorInfoUtils

Datei anzeigen Open project: platformdotnet/Platform

Public Methods

Method Description
GetConstructorOnGenericType ( this constructorInfo ) : ConstructorInfo
GetConstructorOnTypeReplacingTypeGenericArgs ( this constructorInfo ) : ConstructorInfo

Method Details

GetConstructorOnGenericType() public static method

public static GetConstructorOnGenericType ( this constructorInfo ) : ConstructorInfo
constructorInfo this
return System.Reflection.ConstructorInfo

GetConstructorOnTypeReplacingTypeGenericArgs() public static method

public static GetConstructorOnTypeReplacingTypeGenericArgs ( this constructorInfo ) : ConstructorInfo
constructorInfo this
return System.Reflection.ConstructorInfo