C# Class MvvmCross.Core.Parse.StringDictionary.MvxStringDictionaryParser

Inheritance: MvvmCross.Platform.Parse.MvxParser, IMvxStringDictionaryParser
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( string textToParse ) : string>.IDictionary

Méthodes protégées

Méthode Description
Reset ( string textToParse ) : void

Private Methods

Méthode Description
ParseNextKeyValuePair ( ) : void

Method Details

Parse() public méthode

public Parse ( string textToParse ) : string>.IDictionary
textToParse string
Résultat string>.IDictionary

Reset() protected méthode

protected Reset ( string textToParse ) : void
textToParse string
Résultat void