ConcurrentBag<T>.ICollection.IsSynchronized Proprietà

Definizione

Ottiene un valore che indica se l'accesso ICollection a è sincronizzato 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

Valore della proprietà

Restituisce false sempre per indicare che l'accesso non è sincronizzato.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia ConcurrentBag<T>ICollection .

Si applica a

Vedi anche