System::Collections::Generic::List::GetRange मेथड
List::GetRange method
सूची का स्लाइस बनाता है।
ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| सूचकांक | int | रेंज प्रारंभ सूचकांक. |
| count | int | रेंज का आकार। |
ReturnValue
List containing a slice of current list.
संबंधित देखें
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++