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

Definição

Retorna true, já que coleções imutáveis são sempre somente leitura. Consulte a interface ICollection<T>.

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

Um valor booliano que indica se a coleção é somente leitura.

Implementações

Aplica-se a