SynchronizedCollection<T>.ICollection.IsSynchronized Propriété
Définition
Obtient une valeur qui indique si la collection est thread-safe.Gets a value that indicates whether the collection is thread safe.
property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized
Valeur de propriété
true
Implémente
Remarques
Cette propriété retourne toujours la valeur true
car la collection est thread-safe.This property always returns true
because the collection is thread safe.