C# Класс SIL.FieldWorks.XWorks.MorphologyEditor.OccurrenceSorter

Наследование: SIL.FieldWorks.Filters.RecordSorter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MergeInto ( ArrayList records, ArrayList newRecords ) : void

We only ever sort this list to start with, don't think we should need this, but it's an abstract method so we have to have it.

Sort ( ArrayList records ) : void

Do the actual sort.

Защищенные методы

Метод Описание
getComparer ( ) : IComparer

Описание методов

MergeInto() публичный Метод

We only ever sort this list to start with, don't think we should need this, but it's an abstract method so we have to have it.
public MergeInto ( ArrayList records, ArrayList newRecords ) : void
records System.Collections.ArrayList
newRecords System.Collections.ArrayList
Результат void

Sort() публичный Метод

Do the actual sort.
public Sort ( ArrayList records ) : void
records System.Collections.ArrayList
Результат void

getComparer() защищенный Метод

protected getComparer ( ) : IComparer
Результат IComparer