ImmutableHashSet<T>.ICollection.IsSynchronized Propriedade

Definição

Consulte a interface ICollection.See the ICollection interface.

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

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 ImmutableHashSet<T> é convertida em uma interface de ICollection.It can be used only when the ImmutableHashSet<T> instance is cast to an ICollection interface.

Aplica-se a