C# 클래스 GameXmlToGetString.Parser, gbrainy

상속: MonoDevelop.Gettext.CatalogParser
파일 보기 프로젝트 열기: GNOME/gbrainy

공개 메소드들

메소드 설명
Parser ( string fileName, Encoding encoding ) : System

보호된 메소드들

메소드 설명
OnEntry ( string msgid, string msgidPlural, bool hasPlural, string translations, string flags, string references, string comment, string autocomments ) : bool

비공개 메소드들

메소드 설명
Count ( List strings, string str ) : int
GetExpressionVariables ( string str ) : List
GetStringFormaters ( string str ) : List

메소드 상세

OnEntry() 보호된 메소드

protected OnEntry ( string msgid, string msgidPlural, bool hasPlural, string translations, string flags, string references, string comment, string autocomments ) : bool
msgid string
msgidPlural string
hasPlural bool
translations string
flags string
references string
comment string
autocomments string
리턴 bool

Parser() 공개 메소드

public Parser ( string fileName, Encoding encoding ) : System
fileName string
encoding Encoding
리턴 System