Table of Contents

Method Sort

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

Sort(IComparer<T>)

When implemented by a class, sorts the elements in the entire sort list using the specified comparer.

void Sort(IComparer<T> comparer)

Parameters

comparer IComparer<T>

The IComparer implementation to use when comparing elements.