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

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

Syntax

C#
public IList<IType> ConstructorArgumentTypeList { get; }
Visual Basic
Public ReadOnly Property ConstructorArgumentTypeList As IList(Of IType)
	Get
Visual C++
public:
property IList<IType^>^ ConstructorArgumentTypeList {
	IList<IType^>^ get ();
}

See Also