ImmutableList<T>.ICollection.IsSynchronized Propriedade

Definição

Esse tipo é imutável, portanto, é sempre thread-safe. Consulte a 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

Valor booliano que determina se a coleção é thread-safe.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a ImmutableList<T> instância é convertida em uma ICollection interface.

Aplica-se a