Is the initialized GenericBag empty?

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();

Field Value

trueTruetruetrue (True in Visual Basic) if the bag has a Count==0, falseFalsefalsefalse (False in Visual Basic) otherwise.

Implements

IPersistentCollection..::.Empty

See Also