ImmutableSortedSet<T>.ICollection<T>.IsReadOnly Propiedad

Definición

Devuelve true, ya que las colecciones inmutables siempre son de solo lectura. Vea la interfaz 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 de propiedad

Valor booleano que indica si la colección es de solo lectura.

Implementaciones

Se aplica a