Sdílet prostřednictvím


CompositeCollection.ICollection.IsSynchronized Vlastnost

Definice

Tento člen podporuje infrastrukturu Windows Presentation Foundation (WPF) a není určena k použití přímo z vašeho kódu.

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

Hodnota vlastnosti

Boolean

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

Implementuje

Platí pro