Function Memory.Swap
        
                Swap<T>
        
                (ref T a, ref T b)
    
            
            Swaps the variables a and b.
                Public
                    Static
            
        void Swap<T> (
ref T  |     a  |         |
ref T  |     b  |         
Swaps the variables a and b.