XpsArray1.Insert

XpsArray<T>.Insert method

Insère un nouvel objet dans le tableau à la position spécifiée.

public T Insert(int index, T obj)
ParamètreTaperLa description
indexInt32La position à laquelle insérer un objet.
objTObjet à insérer.

Return_Value

Objet inséré.

Voir également