ItemCollection.ICollection.IsSynchronized Property

Definition

This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
 ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

Property Value

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

Implements

Applies to