[Missing <summary> documentation for "P:NHibernate.Hql.Ast.ANTLR.Tree.JavaConstantNode.ExpectedType"]
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; } |