EnumerableExtensions Class Members
The following tables list the members exposed by EnumerableExtensions.
Public Methods
Name | Description | |
---|---|---|
![]() ![]() | AddIfNotContains<T> | Adds an item to a list if it does not already contain it |
![]() ![]() | ForEachDo | Overloaded. Iterates over the list and performs an action on each element |
![]() ![]() | IsEmpty<T> | Determines whether this list is empty. |
![]() ![]() | IsNullOrEmpty<T> | Determines whether this is a is null or empty list |
![]() ![]() | IsNullOrEmptyList | Determines whether this is a is null or empty list |
![]() ![]() | RemoveIfContains<T> | Removes an item from a list if it contains the item |
![]() ![]() | RemoveWhere<T> | Removes items from the list that match a predicate |
![]() ![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() ![]() | ToStringArray<T> | Outputs a List as a Comma separated string. Used for debug purposes |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToStringArray2D<T> |
See Also