C# 클래스 SILUBS.SharedScrUtils.TextFileToken

Text token object used for reading any, nondescript text file in order to discover all the characters therein.
상속: ITextToken
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
Clone ( ) : ITextToken

Makes a deep copy of the specified text token.

비공개 메소드들

메소드 설명
TextFileToken ( string text, int iLine, string scrRefFormatString ) : System

Initializes a new instance of the TextFileToken class.

메소드 상세

Clone() 공개 메소드

Makes a deep copy of the specified text token.
public Clone ( ) : ITextToken
리턴 ITextToken