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

AcceptStatement() public method

public AcceptStatement ( ) : System.Collections.Generic
return System.Collections.Generic
        public AcceptStatement()
            : base((NodeType)ZingNodeType.Accept)
        {
        }

Same methods

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