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

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

Syntax

C#
public int Line { get; }
Visual Basic
Public ReadOnly Property Line As Integer
	Get
Visual C++
public:
virtual property int Line {
	int get () sealed;
}

Implements

IASTNode..::..Line

See Also