public static void SwapValues<T>( this IList<T> source, int indexA, int indexB )
<ExtensionAttribute> Public Shared Sub SwapValues(Of T) ( source As IList(Of T), indexA As Integer, indexB As Integer )
2002-2016 Solutions Design bv