Insert

Insert(int, IBehaviorProperty)

在指定索引处将新属性插入到集合中。

public void Insert(int index, IBehaviorProperty item)
范围类型描述
indexInt32应该插入新属性的索引。
itemIBehaviorProperty要添加的属性。

也可以看看


Insert(int, string)

在指定索引处将新属性(具有指定属性值)插入到集合中。

public void Insert(int index, string propertyValue)
范围类型描述
indexInt32应该插入新属性的索引。
propertyValueString要添加的属性的值。

也可以看看