C# Класс NProxy.Core.Internal.Reflection.MethodInfoExtensions

Provides MethodInfo extension methods.
Показать файл Открыть проект

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

Метод Описание
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.

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

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

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.
Результат System.Reflection.MethodInfo

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

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.
Результат System.Type