System::Collections::Generic::IEnumerable::LINQ_OfType method

IEnumerable::LINQ_OfType() method

Φιλτράρει τα στοιχεία της ακολουθίας βάσει του καθορισμένου τύπου.

template<typename ResultType> SharedPtr<IEnumerable<ResultType>> System::Collections::Generic::IEnumerable<T>::LINQ_OfType()
ParameterΠεριγραφή
ResultTypeΟ τύπος για φιλτράρισμα των στοιχείων της ακολουθίας.

ReturnValue

Ένα IEnumerable που περιέχει στοιχεία από την ακολουθία του ResultType.

Δείτε επίσης

IEnumerable::LINQ_OfType() method

template<typename Result> SharedPtr<IEnumerable<Result>> System::Collections::Generic::IEnumerable<T>::LINQ_OfType()

Δείτε επίσης