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

Definição

Gera uma exceção NotSupportedException em todos os 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

Implementações

Exceções

Em todos os casos.

Comentários

Esse método sempre lança um NotSupportedException porque um segmento de matriz não pode ser contratado.

Aplica-se a