C# 클래스 System.Linq.Expressions.Compiler.TypeInfoExtensions

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
MakeDelegateType ( this info, Type retType ) : Type
MakeDelegateType ( this info, Type retType, IList args ) : Type

메소드 상세

MakeDelegateType() 공개 정적인 메소드

public static MakeDelegateType ( this info, Type retType ) : Type
info this
retType Type
리턴 Type

MakeDelegateType() 공개 정적인 메소드

public static MakeDelegateType ( this info, Type retType, IList args ) : Type
info this
retType Type
args IList
리턴 Type