integer<TValue> static method

KeyValue<int, TValue> integer<TValue>(
  1. int key,
  2. TValue value
)

Implementation

static KeyValue<int, TValue> integer<TValue>(int key, TValue value) {
  return KeyValue<int, TValue>(key, value);
}