GroupCollection.IList.Insert(Int32, Object) Método

Definição

Chamar este método gera sempre .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

Parâmetros

index
Int32

A posição em que inserir o grupo.

value
Object

O grupo a inserir.

Implementações

Exceções

Este método não é suportado. Esta é uma coleção só de leitura.

Aplica-se a