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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property SyncRoot As Object
C#
public virtual Object SyncRoot { get; }
Visual C++
public:
virtual property Object^ SyncRoot {
	Object^ get ();
}
JavaScript
function get_syncRoot();

Implements

ICollection..::.SyncRoot

See Also