C# Class NProxy.Core.Internal.Reflection.MethodInfoExtensions

Provides MethodInfo extension methods.
Afficher le fichier Open project: mtamme/NProxy

Méthodes publiques

Méthode Description
MapGenericMethod ( this methodInfo, Type genericTypes ) : MethodInfo

Maps a method to the specified generic types.

MapGenericReturnType ( this methodInfo, Type genericTypes ) : Type

Maps a return type to the specified generic types.

Method Details

MapGenericMethod() public static méthode

Maps a method to the specified generic types.
public static MapGenericMethod ( this methodInfo, Type genericTypes ) : MethodInfo
methodInfo this The method information.
genericTypes System.Type The generic types.
Résultat System.Reflection.MethodInfo

MapGenericReturnType() public static méthode

Maps a return type to the specified generic types.
public static MapGenericReturnType ( this methodInfo, Type genericTypes ) : Type
methodInfo this The method information.
genericTypes System.Type The generic types.
Résultat System.Type