[Missing <summary> documentation for "P:NHibernate.Collection.PersistentMap.Empty"]

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

Syntax

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

Implements

IPersistentCollection..::..Empty

See Also