C# 클래스 withSIX.Play.Core.Games.Legacy.Steam.KeyValuesTokenizer

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
LastLineBreak int

공개 메소드들

메소드 설명
KeyValuesTokenizer ( string data ) : System
Location ( ) : string
NextToken ( ) : string>.Tuple

비공개 메소드들

메소드 설명
Current ( ) : char
Forward ( int count = 1 ) : bool
GetString ( ) : string
IgnoreComment ( ) : bool
IgnoreWhitespace ( ) : void
Next ( ) : char

메소드 상세

KeyValuesTokenizer() 공개 메소드

public KeyValuesTokenizer ( string data ) : System
data string
리턴 System

Location() 공개 메소드

public Location ( ) : string
리턴 string

NextToken() 공개 메소드

public NextToken ( ) : string>.Tuple
리턴 string>.Tuple

프로퍼티 상세

LastLineBreak 보호되어 있는 프로퍼티

protected int LastLineBreak
리턴 int