Collection.ICollection.IsSynchronized Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of de toegang tot het Collection object wordt gesynchroniseerd (thread-safe).

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

Waarde van eigenschap

trueals de toegang tot het Collection object wordt gesynchroniseerd; anders. false

Van toepassing op