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.
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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