Calc.Swap<T> (ref T, ref T) Method
Public Shared Sub Swap(Of _
T)( _
ByRef a As T, _
ByRef b As T _
)
This language is not supported or no code example is available.
public static void Swap<T>(
ref T a,
ref T b
)
This language is not supported or no code example is available.
generic<typename T>
public:
static void Swap(
T^& a,
T^& b
)
This language is not supported or no code example is available.
Type Parameters
- T
Type of argument
Parameters
- a
- T
- b
- T