ConcurrentQueue<T>.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

Siempre devuelve false para indicar que el acceso no está sincronizado.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la ConcurrentQueue<T> instancia se convierte en una ICollection interfaz.

Se aplica a

Consulte también