KeyContainerPermissionAccessEntryCollection.IsSynchronized Propriété

Définition

Obtient une valeur indiquant si la collection est synchronisée (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é

Boolean

false dans tous les cas.

Implémente

Remarques

Cette propriété implémente la ICollection.IsSynchronized propriété et retourne falsetoujours .

S’applique à

Voir aussi