Board
Board.Input.BoardContactTypeMask
BoardContactTypeMask.implicit operator BoardContactTypeMask(int) Operator
Implicitly converts a 32-bit signed integer to a BoardContactTypeMask.
public static Board.Input.BoardContactTypeMask implicit operator Board.Input.BoardContactTypeMask(int intVal);
Parameters
intVal System.Int32
The mask value.
Returns
BoardContactTypeMask
Returns the equivalent BoardContactTypeMask for the integer value.