Class ListUtils
Contains static methods related to arrays and lists.
public static class ListUtils
- Inheritance
-
ListUtils
Methods
- IndexOfRange<T>(IList<T>, IEnumerable<T>)
Finds the indices of the specified items in the given collection.
- SetCount<T>(IList<T>, int, Func<T>)
Changes the number of elements in the list.