Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void Swap<T>(ref T, ref T)

  • Declared in: RT.Util.Ut

Declaration

public static void Swap<T>(
    ref T one,
    ref T two
)

Summary

Swaps the values of the specified two variables.

Generic type parameters

TThis type parameter is not documented.