Insert

AssociatedPersonsList.Insert method

在指定索引处将项目插入列表。

public void Insert(int index, AssociatedPerson value)
范围类型描述
indexInt32从零开始的索引value应该插入。
valueAssociatedPerson这Object插入到列表中。

也可以看看