EnumerableExtensions Class Members
The following tables list the members exposed by EnumerableExtensions.
Public Methods
| Name | Description | |
|---|---|---|
![]() ![]() | FindIndex | Overloaded. Finds the index of the item in the List according to the desired SearchMode. If isSorted is true, uses fast binary search |
![]() ![]() | IndexOf<T> | Searches for the specified object and returns the zero-based index of the first occurrence within the entire |
![]() ![]() | MaxOrNullable<T> | Returns the maximum value or null if sequence is empty. |
![]() ![]() | MinOrNullable<T> | Returns the minimum value or null if sequence is empty. |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also


