KeyValue<TK, TV> struct KeyValue<TK, TV> Documentation Code public readonly TK Key public readonly TV Value public KeyValue(TK k, TV v)