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

ASTDirective() 공개 메소드

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

Same methods

ASTDirective::ASTDirective ( Parser p, int id ) : System