[]
Gets or set the item with the specified index.
public TagListInputParamsItem this[int index] { get; set; }
Public Default Property Item(index As Integer) As TagListInputParamsItem
| Type | Name | Description |
|---|---|---|
| int | index | The index of the item. |
| Type | Description |
|---|---|
| TagListInputParamsItem | The item with the specified index. |
Gets or set the item with the specified name.
public TagListInputParamsItem this[string tagName] { get; }
Public ReadOnly Default Property Item(tagName As String) As TagListInputParamsItem
| Type | Name | Description |
|---|---|---|
| string | tagName | The name of the item. |
| Type | Description |
|---|---|
| TagListInputParamsItem | The item with the specified name. |