插入

PortionCollection.Insert 方法

在指定索引处将 Portion 插入到集合中。

public void Insert(int index, IPortion value)
参数类型描述
indexInt32应插入 Portion 的零基索引。
valueIPortion要插入的 Portion。

另见