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

Definição

Para obter uma descrição desse membro, consulte o método 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);
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

O índice de base zero no qual o value deve ser inserido.

value
Object

O Object a ser inserido no IList.

Implementações

Comentários

Esse método é uma implementação de membro de interface explícita. Ele só pode ser usado quando a instância de ArrangedElementCollection é convertida em uma interface de IList.

Aplica-se a