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

Definição

Alterna 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 contêiner com o qual trocar conteúdos.

Comentários

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

Aplica-se a