C# 클래스 withSIX.Play.Core.Games.Legacy.ServerQuery.ServerMapper.SourceTagParser

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
HandleTags ( ) : void
SourceTagParser ( string tags, Server server ) : System

비공개 메소드들

메소드 설명
JoinChar ( IEnumerable enumerable ) : string
ParseBool ( string key ) : bool
ParseCoordinates ( string coordinates ) : Coordinates
ParseDouble ( string key ) : double?
ParseInt ( string key ) : int?
ParseString ( string key ) : string

메소드 상세

HandleTags() 공개 메소드

public HandleTags ( ) : void
리턴 void

SourceTagParser() 공개 메소드

public SourceTagParser ( string tags, Server server ) : System
tags string
server Server
리턴 System