NodeListReport constructor

NodeListReport(
  1. List<int> data
)

Implementation

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