ImmutableSortedSet<T>.IList.RemoveAt(Int32) メソッド

定義

指定したインデックス位置にある項目をセットから削除します。

 virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
void IList.RemoveAt (int index);
abstract member System.Collections.IList.RemoveAt : int -> unit
override this.System.Collections.IList.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList.RemoveAt

パラメーター

index
Int32

削除する項目の 0 から始まるインデックス。

実装

例外

セットが読み取り専用か、または固定サイズです。

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ImmutableSortedSet<T> のインスタンスが IList インターフェイスにキャストされる場合のみ、使用できます。

System.Collections.Immutable NuGet パッケージ

変更できないコレクションとインストール方法について

適用対象