insert
insert(int index, BehaviorProperty item) method
Inserts a new property to the collection at the specified index.
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | Index where a new property should be inserted. |
| item | BehaviorProperty | Property 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
| Name | Type | Description |
|---|---|---|
| index | int | Index where a new property should be inserted. |
| propertyValue | String | Value of the property to add. |
Returns
void