Swap two contents of two variables.
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntaxpublic 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