IList<TValue>.swap(IList<TValue>) Methode

Definitie

Hiermee wordt de inhoud van twee containers gewisseld.

public:
 void swap(Microsoft::VisualC::StlClr::IList<TValue> ^ _Right);
public void swap(Microsoft.VisualC.StlClr.IList<TValue> _Right);
abstract member swap : Microsoft.VisualC.StlClr.IList<'Value> -> unit
Public Sub swap (_Right As IList(Of TValue))

Parameters

_Right
IList<TValue>

De container waarmee inhoud moet worden gewisseld.

Opmerkingen

Zie lijst::swap (STL/CLR) voor meer informatie.

Van toepassing op