C# Class withSIX.Play.Core.Games.Legacy.Steam.KeyValuesTokenizer

Exibir arquivo Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Protected Properties

Property Type Description
LastLineBreak int

Public Methods

Method Description
KeyValuesTokenizer ( string data ) : System
Location ( ) : string
NextToken ( ) : string>.Tuple

Private Methods

Method Description
Current ( ) : char
Forward ( int count = 1 ) : bool
GetString ( ) : string
IgnoreComment ( ) : bool
IgnoreWhitespace ( ) : void
Next ( ) : char

Method Details

KeyValuesTokenizer() public method

public KeyValuesTokenizer ( string data ) : System
data string
return System

Location() public method

public Location ( ) : string
return string

NextToken() public method

public NextToken ( ) : string>.Tuple
return string>.Tuple

Property Details

LastLineBreak protected_oe property

protected int LastLineBreak
return int