Class ListExtensions
Inheritance
ListExtensions
Syntax
public static class ListExtensions
Methods
RemoveAtSwapBack<T>(List<T>, Int32)
Declaration
public static void RemoveAtSwapBack<T>(this List<T> list, int index)
Parameters
Type |
Name |
Description |
List<T> |
list |
|
Int32 |
index |
|
Type Parameters
RemoveSwapBack<T>(List<T>, T)
Declaration
public static bool RemoveSwapBack<T>(this List<T> list, T item)
Parameters
Type |
Name |
Description |
List<T> |
list |
|
T |
item |
|
Returns
Type Parameters
RemoveSwapBack<T>(List<T>, Predicate<T>)
Declaration
public static bool RemoveSwapBack<T>(this List<T> list, Predicate<T> matcher)
Parameters
Returns
Type Parameters