Aspose.Tasks for C++
|
Represents a collection containing the instances of the RiskItemStatistics class. More...
#include <RiskItemStatisticsCollection.h>
Inherits System::Collections::Generic::IEnumerable< typename >.
Public Member Functions | |
System::SharedPtr < RiskItemStatistics > | Get (const System::SharedPtr< Task > &task) |
Returns an instance of the RiskItemStatistics class containing in this collection which is associated with the specified Task object; null if the item is not found. More... | |
System::SharedPtr < System::Collections::Generic::IEnumerator < System::SharedPtr < RiskItemStatistics > > > | GetEnumerator () override |
Returns an enumerator for this collection. More... | |
Represents a collection containing the instances of the RiskItemStatistics class.
System::SharedPtr<RiskItemStatistics> Aspose::Tasks::RiskAnalysis::RiskItemStatisticsCollection::Get | ( | const System::SharedPtr< Task > & | task | ) |
Returns an instance of the RiskItemStatistics class containing in this collection which is associated with the specified Task object; null if the item is not found.
task | the specified instance of the Task class. |
|
override |
Returns an enumerator for this collection.