GroupCollection.IList.Insert(Int32, Object) 方法

定义

调用此方法始终引发 NotSupportedException

 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
Object

要插入的组。

实现

例外

不支持此方法。 这是一个只读集合。

适用于