void Insert(Int32 index, SignalTeeItem value)
Insert value object at index in to the collection.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | index | Int32 | |
| 2 | value | SignalTeeItem |
Result: stored in self (calling object)
Insert value object at index in to the collection.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | index | Int32 | |
| 2 | value | SignalTeeItem |
Result: stored in self (calling object)