Namespace:  NHibernate.Collection.Generic
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Private ReadOnly Property IsSynchronized As Boolean
	Implements ICollection.IsSynchronized
C#
bool ICollection.IsSynchronized { get; }
Visual C++
private:
virtual property bool IsSynchronized {
	bool get () sealed = ICollection::IsSynchronized::get;
}
JavaScript
JavaScript does not support explicit interface implementations.

Implements

ICollection..::.IsSynchronized

See Also