Explicit ImplementationICollectionIs Synchronized Property
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Definition
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
if access to the ICollection is synchronized (thread safe); otherwise, .
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
bool ICollection.IsSynchronized { get; }VB
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
GetC++
private:
virtual property bool IsSynchronized {
bool get () sealed = ICollection::IsSynchronized::get;
}F#
private abstract IsSynchronized : bool with get
private override IsSynchronized : bool with getReturn Value
Booleanif access to the ICollection is synchronized (thread safe); otherwise, .