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

ASTDirective() 공개 메소드

public ASTDirective ( Parser p, int id ) : System
p Parser
id int
리턴 System
		public ASTDirective(Parser p, int id) : base(p, id)
		{
		}

Same methods

ASTDirective::ASTDirective ( int id ) : System