C# Class PowerStudio.LanguageServices.Ini.IniParser

Afficher le fichier Open project: IntelliTect/PowerStudio

Méthodes publiques

Méthode Description
DoesStringStartWithNewLine ( string text, int i ) : bool
GetAttributeTokenType ( string value ) : IniTokenType
Parse ( string text ) : IEnumerable
ParseLine ( string text, int offset ) : IEnumerable

Private Methods

Méthode Description
TakeWhile ( string text, int startIndex, bool>.Func predicate ) : string

Method Details

DoesStringStartWithNewLine() public méthode

public DoesStringStartWithNewLine ( string text, int i ) : bool
text string
i int
Résultat bool

GetAttributeTokenType() public méthode

public GetAttributeTokenType ( string value ) : IniTokenType
value string
Résultat IniTokenType

Parse() public méthode

public Parse ( string text ) : IEnumerable
text string
Résultat IEnumerable

ParseLine() public méthode

public ParseLine ( string text, int offset ) : IEnumerable
text string
offset int
Résultat IEnumerable