SynchronizedCollection<T>.ICollection.IsSynchronized Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Auflistung threadsicher ist.

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

Eigenschaftswert

true

Implementiert

Hinweise

Diese Eigenschaft gibt immer true zurück, da die Auflistung threadsicher ist.

Gilt für: