C# Class Platform.Reflection.ConstructorInfoUtils

Afficher le fichier Open project: platformdotnet/Platform

Méthodes publiques

Méthode Description
GetConstructorOnGenericType ( this constructorInfo ) : ConstructorInfo
GetConstructorOnTypeReplacingTypeGenericArgs ( this constructorInfo ) : ConstructorInfo

Method Details

GetConstructorOnGenericType() public static méthode

public static GetConstructorOnGenericType ( this constructorInfo ) : ConstructorInfo
constructorInfo this
Résultat System.Reflection.ConstructorInfo

GetConstructorOnTypeReplacingTypeGenericArgs() public static méthode

public static GetConstructorOnTypeReplacingTypeGenericArgs ( this constructorInfo ) : ConstructorInfo
constructorInfo this
Résultat System.Reflection.ConstructorInfo