ImmutableSortedDictionary<TKey,TValue>.ICollection.IsSynchronized Propriedade

Definição

Obtém um valor que indica se o acesso à ICollection é sincronizado (thread-safe).Gets a value indicating whether access to the ICollection is synchronized (thread safe).

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 da propriedade

Boolean

O valor será true se o acesso a ICollection for sincronizado (isento de threads); caso contrário, o valor será false.true if access to the ICollection is synchronized (thread-safe); otherwise, false.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de ImmutableSortedDictionary<TKey,TValue> é convertida em uma interface de ICollection.It can be used only when the ImmutableSortedDictionary<TKey,TValue> instance is cast to an ICollection interface.

Aplica-se a