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

適用対象