IList<TValue>.merge Metoda

Definice

Sloučí dvě uspořádané řízené sekvence.

public:
 void merge(Microsoft::VisualC::StlClr::IList<TValue> ^ _Right, Microsoft::VisualC::StlClr::BinaryDelegate<TValue, TValue, bool> ^ _Pred);
public void merge (Microsoft.VisualC.StlClr.IList<TValue> _Right, Microsoft.VisualC.StlClr.BinaryDelegate<TValue,TValue,bool> _Pred);
abstract member merge : Microsoft.VisualC.StlClr.IList<'Value> * Microsoft.VisualC.StlClr.BinaryDelegate<'Value, 'Value, bool> -> unit
Public Sub merge (_Right As IList(Of TValue), _Pred As BinaryDelegate(Of TValue, TValue, Boolean))

Parametry

_Right
IList<TValue>

Kontejner, který se má sloučit do tohoto kontejneru.

_Pred
BinaryDelegate<TValue,TValue,Boolean>

Logický functor pro porovnávání dvojic prvků.

Poznámky

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

Platí pro