Operator Implicit
Implicit(SystemTypeIndex to Int32)
Implicit conversion from SystemTypeIndex to an int.
Declaration
public static implicit operator int (SystemTypeIndex ti)
Parameters
| Type | Name | Description |
|---|---|---|
| SystemTypeIndex | ti | SystemTypeIndex to convert. |
Returns
| Type | Description |
|---|---|
| Int32 | SystemTypeIndex.Value integer representation. |
Implicit(Int32 to SystemTypeIndex)
Implicit conversion from an int to a SystemTypeIndex.
Declaration
public static implicit operator SystemTypeIndex(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | value | int to convert |
Returns
| Type | Description |
|---|---|
| SystemTypeIndex | SystemTypeIndex representation of the int |