SplitPartCollection
SplitPartCollection class
Collection that represents the portions of a task.
Methods
| Name | Description |
|---|---|
| get_Count | Gets the number of parts in the collection. |
| GetEnumerator | Returns an enumerator for this collection. |
| idx_get | Retrieves a task’s split part at the given index. |
| idx_set | Retrieves a task’s split part at the given index. |
| ToArray | Copies all parts from the collection to a new array. |