insert

insert(int index, BehaviorProperty item) method

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

Parameters

NameTypeDescription
indexintIndex where a new property should be inserted.
itemBehaviorPropertyProperty to add.

Returns

void


insert(int index, String propertyValue) method

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

Parameters

NameTypeDescription
indexintIndex where a new property should be inserted.
propertyValueStringValue of the property to add.

Returns

void