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

Inheritance: MvvmCross.Platform.Parse.MvxParser, IMvxStringDictionaryParser
Mostrar archivo Open project: MvvmCross/MvvmCross Class Usage Examples

Public Methods

Method Description
Parse ( string textToParse ) : string>.IDictionary

Protected Methods

Method Description
Reset ( string textToParse ) : void

Private Methods

Method Description
ParseNextKeyValuePair ( ) : void

Method Details

Parse() public method

public Parse ( string textToParse ) : string>.IDictionary
textToParse string
return string>.IDictionary

Reset() protected method

protected Reset ( string textToParse ) : void
textToParse string
return void