Microsoft.Zing.AcceptStatement.AcceptStatement C# (CSharp) Method

AcceptStatement() public method

public AcceptStatement ( System.Compiler.Expression booleanExpr ) : System.Collections.Generic
booleanExpr System.Compiler.Expression
return System.Collections.Generic
        public AcceptStatement(Expression booleanExpr)
            : this()
        {
            this.booleanExpr = booleanExpr;
        }

Same methods

AcceptStatement::AcceptStatement ( ) : System.Collections.Generic
AcceptStatement::AcceptStatement ( System.Compiler.Expression booleanExpr, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
AcceptStatement