System::Collections::Generic::Comparer::get_Default método

Comparer::get_Default method

Devuelve un comparador de ordenación predeterminado para el tipo especificado por el argumento genérico.

static SharedPtr<IComparer<T>> System::Collections::Generic::Comparer<T>::get_Default()

ReturnValue

Un objeto que hereda de System.Collections.Generic.Comparer y sirve como comparador de ordenación para el tipo T.

Ver también