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

List::FindAll method

विशिष्ट प्रेडिकेट को पूरा करने वाले तत्वों की तलाश करता है।

ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
पैरामीटरप्रकारविवरण
matchSystem::Predicate<T>Predicate का उपयोग तत्वों को जाँचने के लिए।

ReturnValue

List of matching elements (if any) or empty list.

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