Click or drag to resize
ListExtrasSwapT Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void Swap<T>(
	ref List<T> list,
	int index1,
	int index2
)

Parameters

list
Type: System.Collections.GenericListT
index1
Type: SystemInt32
index2
Type: SystemInt32

Type Parameters

T
See Also