Mono.CSharp.AnonymousExpression.AnonymousExpression C# (CSharp) Method

AnonymousExpression() protected method

protected AnonymousExpression ( ParametersBlock block, System.TypeSpec return_type, Mono.CSharp.Location loc ) : System
block ParametersBlock
return_type System.TypeSpec
loc Mono.CSharp.Location
return System
		protected AnonymousExpression (ParametersBlock block, TypeSpec return_type, Location loc)
		{
			this.ReturnType = return_type;
			this.block = block;
			this.loc = loc;
		}