PrincipalValueCollection<T>.Insert(Int32, T) Método
Definição
Insere o objeto especificado na coleção no índice especificado.Inserts the specified object into the collection at the specified index.
public:
virtual void Insert(int index, T value);
public void Insert (int index, T value);
abstract member Insert : int * 'T -> unit
override this.Insert : int * 'T -> unit
Public Sub Insert (index As Integer, value As T)
Parâmetros
- index
- Int32
O índice no qual o value será inserido na coleção.The index at which value will be inserted into the collection.
- value
- T
Um objeto.An object.