[Missing <summary> documentation for "P:NHibernate.Proxy.Map.MapProxy.SyncRoot"]

Namespace: NHibernate.Proxy.Map
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public Object SyncRoot { get; }
Visual Basic
Public ReadOnly Property SyncRoot As Object
	Get
Visual C++
public:
virtual property Object^ SyncRoot {
	Object^ get () sealed;
}

Implements

ICollection..::..SyncRoot

See Also