Gets or Sets the type of the token, remembering the previous type on Sets.

Namespace: NHibernate.Hql.Ast.ANTLR
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public override int Type { get; set; }
Visual Basic
Public Overrides Property Type As Integer
	Get
	Set
Visual C++
public:
virtual property int Type {
	int get () override;
	void set (int value) override;
}

See Also