ArraySegment<T>.ICollection<T>.Clear 方法

定义

在所有情况下都会引发 NotSupportedException 异常。

 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

实现

例外

在所有情况下。

注解

此方法始终引发 , NotSupportedException 因为无法收缩数组段。

适用于