[]
        
(Showing Draft Content)

C1.Win.C1Document.Utils.Swap

Swap Method

Swap<T>(ref T, ref T)

Swaps two values.

Declaration
public static void Swap<T>(ref T v1, ref T v2)
Parameters
Type Name Description
T v1
T v2
Type Parameters
Name Description
T