SynchronizedCollection<T>.ICollection.IsSynchronized Propriété

Définition

Obtient une valeur qui indique si la collection est 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 IsSynchronized As Boolean Implements ICollection.IsSynchronized

Valeur de propriété

true

Implémente

Remarques

Cette propriété retourne true toujours, car la collection est thread safe.

S’applique à