System::Collections::Generic::KeyValuePair::get_Value method

KeyValuePair::get_Value method

Gets value.

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

ReturnValue

Const reference to value.

See Also