C# 클래스 NProxy.Core.Internal.Reflection.MethodInfoExtensions

Provides MethodInfo extension methods.
파일 보기 프로젝트 열기: mtamme/NProxy

공개 메소드들

메소드 설명
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