IList<TValue>.sort(BinaryDelegate<TValue,TValue,Boolean>) Metoda

Definice

Seřídí řízenou sekvenci.

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

Parametry

_Pred
BinaryDelegate<TValue,TValue,Boolean>

Operátor, který se použije k porovnání prvků pro řazení.

Poznámky

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

Platí pro