IList<TValue>.merge Método

Definição

Mescla duas sequências controladas ordenadas.

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

Parâmetros

_Right
IList<TValue>

O contêiner a ser mesclado neste contêiner.

_Pred
BinaryDelegate<TValue,TValue,Boolean>

O functor Booliano para comparar pares de elementos.

Comentários

Para obter mais informações, consulte list::merge (STL/CLR).

Aplica-se a