GenericPair<TValue1,TValue2>.swap Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Swaps the contents of two GenericPair<TValue1,TValue2> objects.
public:
void swap(Microsoft::VisualC::StlClr::GenericPair<TValue1, TValue2> ^ _Right);
public void swap (Microsoft.VisualC.StlClr.GenericPair<TValue1,TValue2> _Right);
member this.swap : Microsoft.VisualC.StlClr.GenericPair<'TValue1, 'TValue2> -> unit
Public Sub swap (_Right As GenericPair(Of TValue1, TValue2))
Parameters
- _Right
- GenericPair<TValue1,TValue2>
The GenericPair<TValue1,TValue2> object to swap contents with.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.