NVelocity.Runtime.Parser.Node.ASTNotNode.ASTNotNode C# (CSharp) Méthode

ASTNotNode() public méthode

public ASTNotNode ( Parser p, int id ) : System
p NVelocity.Runtime.Parser.Parser
id int
Résultat System
        public ASTNotNode(Parser p, int id)
            : base(p, id)
        {
        }

Same methods

ASTNotNode::ASTNotNode ( int id ) : System