System::Collections::Generic::IEnumerable::LINQ_OfType 方法
IEnumerable::LINQ_OfType() method
根据指定的类型过滤序列的元素。
template<typename ResultType> SharedPtr<IEnumerable<ResultType>> System::Collections::Generic::IEnumerable<T>::LINQ_OfType()
| Parameter | 描述 |
|---|---|
| ResultType | 用于过滤序列元素的类型。 |
ReturnValue
一个包含 ResultType 序列中元素的 IEnumerable。
另见
- Typedef SharedPtr
- Class IEnumerable
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
IEnumerable::LINQ_OfType() method
template<typename Result> SharedPtr<IEnumerable<Result>> System::Collections::Generic::IEnumerable<T>::LINQ_OfType()
另见
- Typedef SharedPtr
- Class IEnumerable
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++