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

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

Syntax

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

Implements

ICollection..::..IsSynchronized

See Also