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