ConcurrentDictionary<TKey,TValue>.ICollection.IsSynchronized Propiedad

Definición

Obtiene un valor que indica si el acceso a ICollection está sincronizado con SyncRoot.

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

Valor de propiedad

Boolean

Es true si el acceso a ICollection está sincronizado (es seguro para subprocesos); de lo contrario, es false. Para ConcurrentDictionary<TKey,TValue> esta propiedad siempre devuelve false.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de ConcurrentDictionary<TKey,TValue> se convierte en una interfaz ICollection.

Se aplica a

Consulte también