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

Syntax

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

Implements

IPersistentCollection..::.Empty

See Also