Exemplo n.º 1
0
 protected internal Task(long[] intervals)
 {
     this.intervals   = new Interval(intervals);
     this.isCancelled = false;
 }