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

Definice

Zamění obsah dvou kontejnerů.

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))

Parametry

_Right
IList<TValue>

Kontejner, se kterým chcete obsah prohodit.

Poznámky

Další informace najdete v tématu list::swap (STL/CLR).

Platí pro