[]
Gets a TagSys in the current collection by its index.
public TagSys this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index | The index of the TagSys in the current collection. |
Type | Description |
---|---|
TagSys | The TagSys with the specified index. |
public TagSys this[string tagName] { get; }
Type | Name | Description |
---|---|---|
string | tagName | The name of the TagSys. |
Type | Description |
---|---|
TagSys | The TagSys with the specified name. |