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