ICSharpCode.NRefactory.Ast.WithStatement.WithStatement C# (CSharp) Method

WithStatement() public method

public WithStatement ( ICSharpCode.NRefactory.Ast.Expression expression ) : System
expression ICSharpCode.NRefactory.Ast.Expression
return System
        public WithStatement(Expression expression)
        {
            Expression = expression;
            body = BlockStatement.Null;
        }