[]
Inserts a new item to the list.
protected T Insert(int index)
Protected Function Insert(index As Integer) As T
| Type | Name | Description |
|---|---|---|
| int | index | The item index. |
| Type | Description |
|---|---|
| T | The inserted item. |
Inserts a new item to the list.
protected T Insert(int index, Guid guid)
Protected Function Insert(index As Integer, guid As Guid) As T
| Type | Name | Description |
|---|---|---|
| int | index | The item index. |
| Guid | guid | The item GUID. |
| Type | Description |
|---|---|
| T | The inserted item. |