Modifier and Type | Method and Description |
---|---|
SplitPart |
get_Item(int index)
Retrieves a task's split part at the given index.
|
int |
getCount()
Gets the number of parts in the collection.
|
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Provides a simple "foreach" style iteration over the collection of SplitParts.
|
SplitPart[] |
toArray()
Copies all parts from the collection to a new array.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public com.aspose.ms.System.Collections.IEnumerator iterator()
Provides a simple "foreach" style iteration over the collection of SplitParts.
public SplitPart[] toArray()
Copies all parts from the collection to a new array.
Aspose.Tasks.SplitPart
objects.public SplitPart get_Item(int index)
Retrieves a task's split part at the given index.
index
- zero-based part index.Aspose.Tasks.SplitPart
object; null if the index is outside array's boundariespublic int getCount()
Gets the number of parts in the collection.
Read only int
.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.