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

Syntax

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

Implements

ICollection..::.SyncRoot

See Also