C# Class ScannerImpl, tf_client

显示文件 Open project: wids-eria/tf_client

Protected Properties

Property Type Description
typePatterns Hashtable

Public Methods

Method Description
Scan ( string text, string fieldSpecification ) : object[]
Scan ( string text, string fieldSpecification ) : void
ScannerImpl ( ) : UnityEngine

Private Methods

Method Description
PrintMatches ( MatchCollection matches ) : void
ReturnPattern ( string typeName ) : string
ReturnValue ( string typeName, string sValue ) : object

Method Details

Scan() public method

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

Scan() public method

public Scan ( string text, string fieldSpecification ) : void
text string
fieldSpecification string
return void

ScannerImpl() public method

public ScannerImpl ( ) : UnityEngine
return UnityEngine

Property Details

typePatterns protected_oe property

protected Hashtable typePatterns
return Hashtable