Click or drag to resize
DigitalRuneContactSetICollectionSyncRoot Property
Gets an object that can be used to synchronize access to the ICollection.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
Object ICollection.SyncRoot { get; }

Property Value

Type: Object
An object that can be used to synchronize access to the ICollection.

Implements

ICollectionSyncRoot
See Also