System::Collections::Generic::KeyValuePair::get_Key method

KeyValuePair::get_Key method

Gets key.

const TKey & System::Collections::Generic::KeyValuePair<TKey, TValue>::get_Key() const

ReturnValue

Const reference to key.

See Also