Aspose.Tasks for C++
Aspose::Tasks::TaskUsageViewFieldCollection Class Reference

Represents a collection of TaskUsageViewField values. More...

#include <TaskUsageViewFieldCollection.h>

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

Public Member Functions

System::SharedPtr< System::Collections::Generic::IEnumerator< TaskUsageViewField > > GetEnumerator () override
 Returns an enumerator for this collection. More...
 
System::SharedPtr< System::Collections::Generic::IList< TaskUsageViewField > > ToList ()
 Returns a list which contains all items from this collection. More...
 

Detailed Description

Represents a collection of TaskUsageViewField values.

Member Function Documentation

◆ GetEnumerator()

System::SharedPtr<System::Collections::Generic::IEnumerator<TaskUsageViewField> > Aspose::Tasks::TaskUsageViewFieldCollection::GetEnumerator ( )
override

Returns an enumerator for this collection.

Returns
an enumerator for this collection.

◆ ToList()

System::SharedPtr<System::Collections::Generic::IList<TaskUsageViewField> > Aspose::Tasks::TaskUsageViewFieldCollection::ToList ( )

Returns a list which contains all items from this collection.

Returns
returns a list which contains all items from this collection.