Method Swap
Swap<T>(IList<T>, Int32, Int32)
Declaration
public static void Swap<T>(this IList<T> list, int indexA, int indexB)
Parameters
Type | Name | Description |
---|---|---|
IList<T> | list | |
System.Int32 | indexA | |
System.Int32 | indexB |
Type Parameters
Name | Description |
---|---|
T |