System::IsBoxable< Collections::Generic::KeyValuePair< TKey, TValue > > Struct Template Reference

Marks KeyValuePair as boxable type. More...

Inherits true_type.

Detailed Description

template<typename TKey, typename TValue>
struct System::IsBoxable< Collections::Generic::KeyValuePair< TKey, TValue > >

Marks KeyValuePair as boxable type.

Template Parameters
TKeyKey type.
TValueValue type.