ITree<TKey,TValue>.swap(ITree<TKey,TValue>) Método

Definição

Troca o conteúdo de dois contêineres.

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

Parâmetros

_Right
ITree<TKey,TValue>

O recipiente para trocar o conteúdo.

Observações

Para mais informações, veja hash_map::swap (STL/CLR),hash_multimap::swap (STL/CLR),hash_set::swap (STL/CLR) e hash_multiset::swap (STL/CLR).

Aplica-se a