C# 클래스 PowerStudio.LanguageServices.Ini.IniParser

파일 보기 프로젝트 열기: IntelliTect/PowerStudio

공개 메소드들

메소드 설명
DoesStringStartWithNewLine ( string text, int i ) : bool
GetAttributeTokenType ( string value ) : IniTokenType
Parse ( string text ) : IEnumerable
ParseLine ( string text, int offset ) : IEnumerable

비공개 메소드들

메소드 설명
TakeWhile ( string text, int startIndex, bool>.Func predicate ) : string

메소드 상세

DoesStringStartWithNewLine() 공개 메소드

public DoesStringStartWithNewLine ( string text, int i ) : bool
text string
i int
리턴 bool

GetAttributeTokenType() 공개 메소드

public GetAttributeTokenType ( string value ) : IniTokenType
value string
리턴 IniTokenType

Parse() 공개 메소드

public Parse ( string text ) : IEnumerable
text string
리턴 IEnumerable

ParseLine() 공개 메소드

public ParseLine ( string text, int offset ) : IEnumerable
text string
offset int
리턴 IEnumerable