InsertRange

Paragraphs.InsertRange method

Insère les éléments d’une collection dans la liste à l’index spécifié.

public void InsertRange(int index, IEnumerable<BaseParagraph> collection)
ParamètreTaperLa description
indexInt32Valeur de l’indice.
collectionIEnumerable`1Le recueil.

Voir également