The constructor to use for dynamic instantiation queries.

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

Syntax

C#
public ConstructorInfo Constructor { get; }
Visual Basic
Public ReadOnly Property Constructor As ConstructorInfo
	Get
Visual C++
public:
property ConstructorInfo^ Constructor {
	ConstructorInfo^ get ();
}

See Also