GetRange()
List::GetRange(int, int) method
Creates slice of list.
ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
Arguments
Parameter | Type | Description |
---|---|---|
index | int | Range start index. |
count | int | Range size. |
Return Value
List containing a slice of current list.
See Also
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Slides