NVelocity.Runtime.Parser.Node.ASTNotNode.ASTNotNode C# (CSharp) 메소드

ASTNotNode() 공개 메소드

public ASTNotNode ( Parser p, int id ) : System
p NVelocity.Runtime.Parser.Parser
id int
리턴 System
        public ASTNotNode(Parser p, int id)
            : base(p, id)
        {
        }

Same methods

ASTNotNode::ASTNotNode ( int id ) : System