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 スローします。

適用対象