Mono.CSharp.Linq.Let.Let C# (CSharp) Method

Let() public method

public Let ( QueryBlock block, RangeVariable identifier, Expression expr, Location loc ) : System
block QueryBlock
identifier RangeVariable
expr Expression
loc Location
return System
		public Let (QueryBlock block, RangeVariable identifier, Expression expr, Location loc)
			: base (block, identifier, expr, loc)
		{
		}