Mono.CSharp.Linq.ARangeVariableQueryClause.ARangeVariableQueryClause C# (CSharp) 메소드

ARangeVariableQueryClause() 보호된 메소드

protected ARangeVariableQueryClause ( QueryBlock block, RangeVariable identifier, Expression expr, Location loc ) : System
block QueryBlock
identifier RangeVariable
expr Expression
loc Location
리턴 System
		protected ARangeVariableQueryClause (QueryBlock block, RangeVariable identifier, Expression expr, Location loc)
			: base (block, expr, loc)
		{
			this.identifier = identifier;
		}