SwitchBinaryReport constructor

SwitchBinaryReport(
  1. List<int> data
)

Implementation

SwitchBinaryReport(List<int> data) : super(data);