Gets a value indicating if the implementation is an "object" type
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property IsAnyType As Boolean |
C# |
---|
public virtual bool IsAnyType { get; } |
Visual C++ |
---|
public: virtual property bool IsAnyType { bool get (); } |
JavaScript |
---|
function get_isAnyType(); |