ITree<TKey,TValue>.swap(ITree<TKey,TValue>) Metodo

Definizione

Scambia il contenuto di due contenitori.

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

Parametri

_Right
ITree<TKey,TValue>

Contenitore con cui scambiare il contenuto.

Commenti

Per altre informazioni, vedere hash_map::swap (STL/CLR),hash_multimap::swap (STL/CLR), hash_set::swap (STL/CLR) e hash_multiset::swap (STL/CLR).

Si applica a