Click or drag to resize

UtilSwapT Method

Swap two contents of two variables.

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

Parameters

a
Type: T
First variable.
b
Type: T
Second variable.

Type Parameters

T
The type.
See Also