Is this collection in a state that would allow us to "queue" additions?

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

Syntax

C#
protected bool IsOperationQueueEnabled { get; }
Visual Basic
Protected ReadOnly Property IsOperationQueueEnabled As Boolean
	Get
Visual C++
protected:
property bool IsOperationQueueEnabled {
	bool get ();
}

See Also