C# 클래스 TranslateTool.PoReader

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

공개 메소드들

메소드 설명
ConvertQuotedString ( string s ) : string
PoReader ( string inputFilename ) : System
ReadPo ( ) : List

비공개 메소드들

메소드 설명
PoSyntaxError ( ) : void
ReadLine ( ) : PoLine
ReadPoEntry ( ) : PoEntry

메소드 상세

ConvertQuotedString() 공개 정적인 메소드

public static ConvertQuotedString ( string s ) : string
s string
리턴 string

PoReader() 공개 메소드

public PoReader ( string inputFilename ) : System
inputFilename string
리턴 System

ReadPo() 공개 메소드

public ReadPo ( ) : List
리턴 List