ComparerAdapter()

ComparerAdapter::ComparerAdapter() constructor

Constructs adapter without any comparator available.

System::Collections::Generic::ComparerAdapter<T>::ComparerAdapter()

ComparerAdapter::ComparerAdapter(const SharedPtr<System::Collections::Generic::IComparer<T>>&) constructor

Constructs adapter.

System::Collections::Generic::ComparerAdapter<T>::ComparerAdapter(const SharedPtr<System::Collections::Generic::IComparer<T>> &comparator)

Arguments

ParameterTypeDescription
comparatorconst SharedPtr<System::Collections::Generic::IComparer<T>>&Comparator object to use.

See Also