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

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

Syntax

C#
IType ExpectedType { get; set; }
Visual Basic
Property ExpectedType As IType
	Get
	Set
Visual C++
property IType^ ExpectedType {
	IType^ get ();
	void set (IType^ value);
}

See Also