ComponentOne Document Library for WPF
Swap<T> Method

C1.WPF.Document.4 Assembly > C1.WPF.Document Namespace > Utils Class : Swap<T> Method
Swaps two values.
Syntax
'Declaration
 
Public Shared Sub Swap(Of T)( _
   ByRef v1 As T, _
   ByRef v2 As T _
) 
public static void Swap<T>( 
   ref T v1,
   ref T v2
)

Parameters

v1
v2

Type Parameters

T
See Also

Reference

Utils Class
Utils Members