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