Collection.ICollection.IsSynchronized Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Zugriff auf das Collection-Objekt synchronisiert (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 ICollectionIsSynchronized As Boolean Implements ICollection.IsSynchronized

Eigenschaftswert

true , wenn der Zugriff auf das Collection Objekt synchronisiert ist, falseandernfalls .

Gilt für: