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