ArraySegment<T>.ICollection<T>.Clear Método

Definición

Se produce una excepción NotSupportedException en todos los casos.

 virtual void System.Collections.Generic.ICollection<T>.Clear() = System::Collections::Generic::ICollection<T>::Clear;
void ICollection<T>.Clear ();
abstract member System.Collections.Generic.ICollection<T>.Clear : unit -> unit
override this.System.Collections.Generic.ICollection<T>.Clear : unit -> unit
Sub Clear () Implements ICollection(Of T).Clear

Implementaciones

Excepciones

En todos los casos.

Comentarios

Este método siempre inicia porque NotSupportedException no se puede contratar un segmento de matriz.

Se aplica a