Click or drag to resize

UtilSwapT Method

Swap two contents of two variables.

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public static void Swap<T>(
	ref T a,
	ref T b
)

Parameters

a  T
First variable.
b  T
Second variable.

Type Parameters

T
The type.
See Also