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