ICSharpCode.NRefactory.MonoCSharp.Argument.Argument C# (CSharp) Method

Argument() public method

public Argument ( Expression expr ) : System.Collections.Generic
expr Expression
return System.Collections.Generic
		public Argument (Expression expr)
		{
			this.Expr = expr;
		}

Same methods

Argument::Argument ( Expression expr, AType type ) : System.Collections.Generic