Is the initialized collection empty?

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

Syntax

C#
bool Empty { get; }
Visual Basic
ReadOnly Property Empty As Boolean
	Get
Visual C++
property bool Empty {
	bool get ();
}

See Also