Int8 constructor

Int8(
  1. int value
)

Implementation

Int8(int value) : super(value);