Sample constructor

Sample(
  1. dynamic selection,
  2. int i
)

Implementation

Sample(selection, int i) : super([selection, i]);