kaven-basic - v4.5.1
    Preparing search index...

    Interface IKeyValuePair<K, V>

    4.5.0

    2025-05-19

    interface IKeyValuePair<K, V> {
        key: K;
        value: V;
    }

    Type Parameters

    • K
    • V
    Index

    Properties

    Properties

    key: K
    value: V