Methods 


EnumerableExtensions Class Members

The following tables list the members exposed by EnumerableExtensions.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Finds the index of the item in the List according to the desired SearchMode. If isSorted is true, uses fast binary search  
Public Methodstatic (Shared in Visual Basic) Searches for the specified object and returns the zero-based index of the first occurrence within the entire  
Public Methodstatic (Shared in Visual Basic) Returns the maximum value or null if sequence is empty.  
Public Methodstatic (Shared in Visual Basic) Returns the minimum value or null if sequence is empty.  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also