Insert

Insert(int, IBehaviorProperty)

Inserts a new property to the collection at the specified index.

public void Insert(int index, IBehaviorProperty item)
ParameterTypeDescription
indexInt32Index where a new property should be inserted.
itemIBehaviorPropertyProperty to add.

See Also


Insert(int, string)

Inserts a new property (with the specified property value) to the collection at the specified index.

public void Insert(int index, string propertyValue)
ParameterTypeDescription
indexInt32Index where a new property should be inserted.
propertyValueStringValue of the property to add.

See Also