[]
Gets or set the item with the specified index.
public TagListInputParamsItem this[int index] { get; set; }
| 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; }
| Type | Name | Description |
|---|---|---|
| string | tagName | The name of the item. |
| Type | Description |
|---|---|
| TagListInputParamsItem | The item with the specified name. |