[Missing <summary> documentation for "P:NHibernate.Hql.Ast.ANTLR.Tree.ASTNode.Type"]

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

Syntax

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

Implements

IASTNode..::..Type

See Also