Add

Add(IBehaviorProperty)

将新属性添加到集合中。

public void Add(IBehaviorProperty item)
范围类型描述
itemIBehaviorProperty要添加的属性。

也可以看看


Add(string)

将新属性添加到集合中。

public void Add(string propertyValue)
范围类型描述
propertyValueString要添加的属性的值。

也可以看看