void Delete(Int32 Index)
Delete item at Index and free associated object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Int32 | start index |
Result: stored in self (calling object)
Delete item at Index and free associated object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Int32 | start index |
Result: stored in self (calling object)