NVelocity.Runtime.Parser.Node.ASTStringLiteral.ASTStringLiteral C# (CSharp) Метод

ASTStringLiteral() публичный Метод

Initializes a new instance of the ASTStringLiteral class.
public ASTStringLiteral ( int id ) : System
id int The id.
Результат System
		public ASTStringLiteral(int id) : base(id)
		{
		}

Same methods

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