ExplicitImplementationICollectionIsSynchronized Property

Gets a value indicating whether access to the ICollection is synchronized (thread safe).

Definition

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

Return Value

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

Implements

ICollectionIsSynchronized

See Also