طريقة System::Collections::Generic::IEnumerable::LINQ_Cast
IEnumerable::LINQ_Cast() method
يحوّل العناصر إلى النوع المحدد.
template<typename ResultType> SharedPtr<IEnumerable<ResultType>> System::Collections::Generic::IEnumerable<T>::LINQ_Cast()
| Parameter | الوصف |
|---|---|
| ResultType | النوع الذي سيُحوَّل إليه عناصر التسلسل. |
ReturnValue
IEnumerable يحتوي على عناصر التسلسل التي تم تحويلها إلى ResultType.
انظر أيضًا
- Typedef SharedPtr
- Class IEnumerable
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
IEnumerable::LINQ_Cast() method
template<typename Result> SharedPtr<IEnumerable<Result>> System::Collections::Generic::IEnumerable<T>::LINQ_Cast()
انظر أيضًا
- Typedef SharedPtr
- Class IEnumerable
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++