ProviderCollection.IsSynchronized Propriété

Définition

Obtient une valeur indiquant si l’accès à la collection est synchronisé (thread-safe).

public:
 property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

Valeur de propriété

false dans tous les cas.

Implémente

Remarques

Cette propriété est incluse pour remplir l’interface ICollection .

S’applique à

Voir aussi