IndexedValue<V> constructor

IndexedValue<V>(int index, V value)

Implementation

IndexedValue(this.index, this.value);