ITree<TKey,TValue>.swap(ITree<TKey,TValue>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Échange le contenu de deux conteneurs.
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))
Paramètres
- _Right
- ITree<TKey,TValue>
Conteneur avec lequel échanger le contenu.
Remarques
Pour plus d’informations, consultez hash_map ::swap (STL/CLR),hash_multimap ::swap (STL/CLR),hash_set ::swap (STL/CLR) et hash_multiset ::swap (STL/CLR).