ImmutableSortedSet<T>.ICollection<T>.IsReadOnly Propriedade

Definição

Retornos verdadeiros, uma vez que as coleções imutáveis são sempre apenas de leitura. Vê a ICollection<T> interface.

property bool System::Collections::Generic::ICollection<T>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<T>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<T>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of T).IsReadOnly

Valor de Propriedade

Um valor booleano que indica se a coleção é apenas leitura.

Implementações

Aplica-se a