Click or drag to resize

UtilsSwapT Method (ListT, Int32, Int32)

Namespace:  Scilligence.MolEngine.Common
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static void Swap<T>(
	List<T> list,
	int i,
	int j
)

Parameters

list
Type: System.Collections.GenericListT
i
Type: SystemInt32
j
Type: SystemInt32

Type Parameters

T
See Also