IQueue<TValue,TCont>.assign(IQueue<TValue,TCont>) Metoda

Definice

Nahradí všechny prvky kontejneru obsahem poskytnutého kontejneru.

public:
 void assign(Microsoft::VisualC::StlClr::IQueue<TValue, TCont> ^ _Right);
public void assign (Microsoft.VisualC.StlClr.IQueue<TValue,TCont> _Right);
abstract member assign : Microsoft.VisualC.StlClr.IQueue<'Value, 'Cont> -> unit
Public Sub assign (_Right As IQueue(Of TValue, TCont))

Parametry

_Right
IQueue<TValue,TCont>

Adaptér kontejneru, jehož prvky budou vloženy do kontejneru.

Poznámky

Další informace najdete v tématu queue::assign (STL/CLR).

Platí pro