ArraySegment<T>.ICollection<T>.IsReadOnly Propiedad

Definición

Obtiene un valor que indica si el segmento de matriz es de solo lectura.

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

Boolean

Es true si el segmento de matrices es de solo lectura; de lo contrario, es false.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de ArraySegment<T> se convierte en una interfaz ICollection<T>.

Se aplica a