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

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

Syntax

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

Implements

IExpectedTypeAwareNode..::..ExpectedType

See Also