C# Класс SIL.CoreImpl.CpeTracker

This class is used to obtain the right character property engine while iterating over the characters of a string. It is most effective for consecutive rather than random character access.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CharPropEngine ( int ich ) : ILgCharacterPropertyEngine

Get a suitable CPE for the specified character of the original string.

CpeTracker ( ILgWritingSystemFactory wsf, ITsString tss ) : System

make the compiler happy.

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

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

Get a suitable CPE for the specified character of the original string.
public CharPropEngine ( int ich ) : ILgCharacterPropertyEngine
ich int
Результат ILgCharacterPropertyEngine

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

make the compiler happy.
public CpeTracker ( ILgWritingSystemFactory wsf, ITsString tss ) : System
wsf ILgWritingSystemFactory
tss ITsString
Результат System