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