C# 클래스 Xwt.GtkBackend.TextIndexer

파일 보기 프로젝트 열기: mono/xwt 1 사용 예제들

공개 메소드들

메소드 설명
ByteIndexToIndex ( int i ) : int
IndexToByteIndex ( int i ) : int
SetupTables ( string text ) : void
TextIndexer ( string text ) : System

메소드 상세

ByteIndexToIndex() 공개 메소드

public ByteIndexToIndex ( int i ) : int
i int
리턴 int

IndexToByteIndex() 공개 메소드

public IndexToByteIndex ( int i ) : int
i int
리턴 int

SetupTables() 공개 메소드

public SetupTables ( string text ) : void
text string
리턴 void

TextIndexer() 공개 메소드

public TextIndexer ( string text ) : System
text string
리턴 System