System::Collections::Generic::IEnumerable::LINQ_GroupBy method

IEnumerable::LINQ_GroupBy(System::Func<Source, Key>) method

template<typename Key> SharedPtr<IEnumerable<SharedPtr<System::Linq::IGrouping<Key, Source>>>> System::Collections::Generic::IEnumerable<T>::LINQ_GroupBy(System::Func<Source, Key> keyPredicate)

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

IEnumerable::LINQ_GroupBy(System::Func<T, Key>) method

अनुक्रम के तत्वों को समूहित करता है।

template<typename Key> System::SharedPtr<IEnumerable<System::SharedPtr<System::Linq::IGrouping<Key, T>>>> System::Collections::Generic::IEnumerable<T>::LINQ_GroupBy(System::Func<T, Key> keyPredicate)
पैरामीटरविवरण
कुंजीkeyPredicate द्वारा लौटाए गए कुंजी का प्रकार
पैरामीटरप्रकारविवरण
keyPredicateSystem::Func\<T, Key\>प्रत्येक तत्व के लिए कुंजी निकालने का एक फ़ंक्शन।

ReturnValue

एक IEnumerable जो वस्तुओं की क्रम और एक कुंजी सम्मिलित करता है।

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