IList<TValue>.merge Metodo

Definizione

Unisce due sequenze controllate ordinate.

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

Parametri

_Right
IList<TValue>

Contenitore da unire a questo contenitore.

_Pred
BinaryDelegate<TValue,TValue,Boolean>

Funzione booleana per confrontare coppie di elementi.

Commenti

Per altre informazioni, vedere list::merge (STL/CLR).

Si applica a