| ContactSetICollectionIsSynchronized Property |
Gets a value indicating whether access to the
ICollection is synchronized
(thread safe).
Namespace: DigitalRune.Geometry.CollisionsAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax bool ICollection.IsSynchronized { get; }
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
private:
virtual property bool IsSynchronized {
bool get () sealed = ICollection::IsSynchronized::get;
}
private abstract IsSynchronized : bool with get
private override IsSynchronized : bool with get
Property Value
Type:
Boolean if access to the
ICollection is synchronized (thread
safe); otherwise,
.
Implements
ICollectionIsSynchronizedSee Also