InsertRange

Paragraphs.InsertRange method

将集合的元素插入到列表中指定索引处。

public void InsertRange(int index, IEnumerable<BaseParagraph> collection)
范围类型描述
indexInt32指数值。
collectionIEnumerable`1收藏。

也可以看看