| ContactSetICollectionSyncRoot Property |
Gets an object that can be used to synchronize access to the
ICollection.
Namespace: DigitalRune.Geometry.CollisionsAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax Object ICollection.SyncRoot { get; }
Private ReadOnly Property SyncRoot As Object
Implements ICollection.SyncRoot
Get
private:
virtual property Object^ SyncRoot {
Object^ get () sealed = ICollection::SyncRoot::get;
}
private abstract SyncRoot : Object with get
private override SyncRoot : Object with get
Property Value
Type:
Object
An object that can be used to synchronize access to the
ICollection.
Implements
ICollectionSyncRootSee Also