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

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

Syntax

C#
public bool IsNil { get; }
Visual Basic
Public ReadOnly Property IsNil As Boolean
	Get
Visual C++
public:
virtual property bool IsNil {
	bool get () sealed;
}

Implements

IASTNode..::..IsNil

See Also