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

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
bool ICollection.IsSynchronized { get; }

Return Value

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

Implements

ICollectionIsSynchronized
See Also