Is the initialized collection empty?

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

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property Empty As Boolean
C#
public abstract bool Empty { get; }
Visual C++
public:
virtual property bool Empty {
	bool get () abstract;
}
JavaScript
function get_empty();

Implements

IPersistentCollection..::.Empty

See Also