Is the initialized collection empty?

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

Syntax

Visual Basic (Declaration)
ReadOnly Property Empty As Boolean
C#
bool Empty { get; }
Visual C++
property bool Empty {
	bool get ();
}
JavaScript
function get_empty();

See Also