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