[This is preliminary documentation and is subject to change.]
Implicit conversion from int to ItemQuantity.
| C# |
public static implicit operator ItemQuantity ( int ordinal )
- ordinal (Int32)
- The int to convert.
An ItemQuantity containing the converted value.