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

Definizione

Scambia il contenuto di due contenitori.

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

Parametri

_Right
IHash<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