Is the initialized collection empty?

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

Syntax

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

Implements

IPersistentCollection..::..Empty

See Also