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

Syntax

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

See Also