Aspose.Tasks for C++
Aspose::Tasks::Properties::PropertyCollection< T > Class Template Referenceabstract

A base class of collection of properties. More...

#include <PropertyCollection.h>

Inherits System::Collections::Generic::IEnumerable< typename >.

Inherited by Aspose::Tasks::Properties::PropertyKeyedCollection< System::SharedPtr< Aspose::Tasks::Properties::BuiltInProjectProperty > >, Aspose::Tasks::Properties::PropertyKeyedCollection< System::SharedPtr< Aspose::Tasks::Properties::CustomProjectProperty > >, and Aspose::Tasks::Properties::PropertyKeyedCollection< T >.

Detailed Description

template<typename T>
class Aspose::Tasks::Properties::PropertyCollection< T >

A base class of collection of properties.

Template Parameters
TThe type of property.