Click or drag to resize
DigitalRuneContactSetICollectionIsSynchronized Property
Gets a value indicating whether access to the ICollection is synchronized (thread safe).

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

Property Value

Type: Boolean
if access to the ICollection is synchronized (thread safe); otherwise, .

Implements

ICollectionIsSynchronized
See Also