SynchronizedReadOnlyCollection<T>.IList.Insert(Int32, Object) メソッド

定義

項目を読み取り専用コレクションに挿入することはできません。

 virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert(int index, object value);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert

パラメーター

index
Int32

valueが挿入される位置の 0 から始まるインデックス。

value
Object

コレクションに挿入するオブジェクト。

実装

例外

項目を読み取り専用コレクションに挿入することはできません。

注釈

呼び出された場合に NotSupportedException をスローします。

適用対象