Operator implicit operator
implicit operator int(TagListIndex)
Implicit conversion from a tag list index to an integer value.
Declaration
public static implicit operator int(Binary.TagListIndex tagListIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| Binary.TagListIndex | tagListIndex |
Returns
| Type | Description |
|---|---|
| int |
implicit operator TagListIndex(int)
Implicit conversion from an integer value to a tag list index.
Declaration
public static implicit operator Binary.TagListIndex(int tagListIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| int | tagListIndex |
Returns
| Type | Description |
|---|---|
| Binary.TagListIndex |