IndexedValue<T> constructor

IndexedValue<T>(
  1. int index,
  2. T value
)

Implementation

IndexedValue(this.index, this.value);