Click or drag to resize

UtilsSwapT Method (T, T)

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>(
	ref T x,
	ref T y
)

Parameters

x
Type: T
y
Type: T

Type Parameters

T
See Also