Namespace:  NHibernate.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsEmpty As Boolean
C#
public bool IsEmpty { get; }
Visual C++
public:
virtual property bool IsEmpty {
	bool get () sealed;
}
JavaScript
function get_isEmpty();

Implements

ISetIsEmpty()()()

See Also