Enumerable |
| Name | Description | |
|---|---|---|
| IndicesInt32AndValuesWhereT(IEnumerableT, FuncT, Boolean) | Returns tuples of index and element of all elements in an enumeration which fullfill a given condition, given by the element's value. | |
| IndicesInt32AndValuesWhereT(IEnumerableT, FuncInt32, T, Boolean) | Returns tuples of index and element of all elements in an enumeration which fullfill a given condition, given by the element's value and its index. |