C# 클래스 ScannerImpl, tf_client

파일 보기 프로젝트 열기: wids-eria/tf_client

보호된 프로퍼티들

프로퍼티 타입 설명
typePatterns Hashtable

공개 메소드들

메소드 설명
Scan ( string text, string fieldSpecification ) : object[]
Scan ( string text, string fieldSpecification ) : void
ScannerImpl ( ) : UnityEngine

비공개 메소드들

메소드 설명
PrintMatches ( MatchCollection matches ) : void
ReturnPattern ( string typeName ) : string
ReturnValue ( string typeName, string sValue ) : object

메소드 상세

Scan() 공개 메소드

public Scan ( string text, string fieldSpecification ) : object[]
text string
fieldSpecification string
리턴 object[]

Scan() 공개 메소드

public Scan ( string text, string fieldSpecification ) : void
text string
fieldSpecification string
리턴 void

ScannerImpl() 공개 메소드

public ScannerImpl ( ) : UnityEngine
리턴 UnityEngine

프로퍼티 상세

typePatterns 보호되어 있는 프로퍼티

protected Hashtable typePatterns
리턴 Hashtable