System::Collections::Generic::List::GetRange मेथड

List::GetRange method

सूची का स्लाइस बनाता है।

ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
पैरामीटरप्रकारविवरण
सूचकांकintरेंज प्रारंभ सूचकांक.
countintरेंज का आकार।

ReturnValue

List containing a slice of current list.

संबंधित देखें