C# 클래스 System.Linq.Expressions.LambdaExpression

상속: Expression
파일 보기 프로젝트 열기: mono/mono 1 사용 예제들

공개 메소드들

메소드 설명
CompileToMethod ( MethodBuilder method, DebugInfoGenerator debugInfoGenerator ) : void

메소드 상세

CompileToMethod() 공개 메소드

public CompileToMethod ( MethodBuilder method, DebugInfoGenerator debugInfoGenerator ) : void
method System.Reflection.Emit.MethodBuilder
debugInfoGenerator System.Runtime.CompilerServices.DebugInfoGenerator
리턴 void