Returns true if the element is a constructor (e.g. new Foo).

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

Syntax

C#
bool IsConstructor { get; }
Visual Basic
ReadOnly Property IsConstructor As Boolean
	Get
Visual C++
property bool IsConstructor {
	bool get ();
}

See Also