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