Microsoft.Zing.AcceptStatement.AcceptStatement C# (CSharp) 메소드

AcceptStatement() 공개 메소드

public AcceptStatement ( ) : System.Collections.Generic
리턴 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