C# 클래스 Pomona.Common.Linq.NonGeneric.QueryProjectionUsingGenericMethod

상속: QueryProjectionMethodBase
파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
QueryProjectionUsingGenericMethod ( MethodInfo methodDefinition, string name ) : System

보호된 메소드들

메소드 설명
GetMethod ( Type elementType ) : MethodInfo

메소드 상세

GetMethod() 보호된 메소드

protected GetMethod ( Type elementType ) : MethodInfo
elementType System.Type
리턴 System.Reflection.MethodInfo

QueryProjectionUsingGenericMethod() 공개 메소드

public QueryProjectionUsingGenericMethod ( MethodInfo methodDefinition, string name ) : System
methodDefinition System.Reflection.MethodInfo
name string
리턴 System