Click or drag to resize

EnumerableExtensionsIndicesInt32AndValuesWhere Method

Overload List
 NameDescription
Public Extension MethodIndicesInt32AndValuesWhereT(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.
Public Extension MethodIndicesInt32AndValuesWhereT(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.
Top
See Also