System::Array::Find 方法
Array::Find method
在指定的数组中搜索满足指定谓词条件的第一个元素。
static T System::Array<T>::Find(System::ArrayPtr<T> arr, System::Predicate<T> match)
| 参数 | 类型 | 描述 |
|---|---|---|
| arr | System::ArrayPtr<T> | Array 用于搜索元素的数组 |
| 匹配 | System::Predicate<T> | 定义用于匹配数组元素条件的谓词 |
ReturnValue
返回满足谓词定义条件的数组中第一个元素的副本;如果不存在,则返回类型 T 的默认值
另见
- Typedef ArrayPtr
- Typedef Predicate
- Class Array
- Namespace System
- Library Aspose.Font for C++