BinaryValue constructor

BinaryValue(
  1. List<int> v
)

Implementation

BinaryValue(List<int> v) : _value = v;