Table of Contents

Class SunamoComparerICompare.IListCharCountAsc<T>

Namespace
SunamoCompare
Assembly
SunamoCompare.dll

Comparer for IList<char> based on count in ascending order.

public class SunamoComparerICompare.IListCharCountAsc<T> : IComparer<T> where T : IList<char>

Type Parameters

T

The type that implements IList<char>.

Inheritance
SunamoComparerICompare.IListCharCountAsc<T>
Implements
Inherited Members
Extension Methods

Methods

Compare(T?, T?)

Compares two character lists by count.

public int Compare(T? firstValue, T? secondValue)

Parameters

firstValue T

The first list to compare.

secondValue T

The second list to compare.

Returns

int

A comparison result for ascending order.