[Missing <summary> documentation for "P:NHibernate.Util.IdentitySet.IsEmpty"]

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

Syntax

C#
public override bool IsEmpty { get; }
Visual Basic
Public Overrides ReadOnly Property IsEmpty As Boolean
	Get
Visual C++
public:
virtual property bool IsEmpty {
	bool get () override;
}

Implements

ISet..::..IsEmpty

See Also