Aspose.Tasks for C++
Aspose::Tasks::Key< T, K > Class Template Reference

Represents a property key of a class of the specified type. An instance of this class is used when getting or setting property of a container. More...

#include <Key.h>

Inherits System::Object, and System::Details::BoxableObjectBase.

Public Member Functions

get_KeyType () const
 Gets the key of the property. More...
 

Detailed Description

template<typename T, typename K>
class Aspose::Tasks::Key< T, K >

Represents a property key of a class of the specified type. An instance of this class is used when getting or setting property of a container.

Template Parameters
TThe type of property value.
KThe type of property key.

Member Function Documentation

◆ get_KeyType()

template<typename T , typename K >
K Aspose::Tasks::Key< T, K >::get_KeyType ( ) const
inline

Gets the key of the property.