C# 클래스 Mono.CSharp.Linq.Let

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

공개 메소드들

메소드 설명
Let ( QueryBlock block, RangeVariable identifier, Expression expr, Location loc ) : System

보호된 메소드들

메소드 설명
CreateArguments ( ResolveContext ec, Parameter parameter, System.Arguments &args ) : void

메소드 상세

CreateArguments() 보호된 메소드

protected CreateArguments ( ResolveContext ec, Parameter parameter, System.Arguments &args ) : void
ec ResolveContext
parameter Parameter
args System.Arguments
리턴 void

Let() 공개 메소드

public Let ( QueryBlock block, RangeVariable identifier, Expression expr, Location loc ) : System
block QueryBlock
identifier RangeVariable
expr Expression
loc Location
리턴 System