C# Class FoxTool.Fox.FoxLookupTable

ファイルを表示 Open project: youarebritish/FoxKitPrototype Class Usage Examples

Public Methods

Method Description
FoxLookupTable ( ) : System.Collections.Generic
FoxLookupTable ( Dictionary globalLookupTable ) : System.Collections.Generic
FoxLookupTable ( Dictionary globalLookupTable, Dictionary localLookupTable ) : System.Collections.Generic
Lookup ( ulong hash ) : string

Method Details

FoxLookupTable() public method

public FoxLookupTable ( ) : System.Collections.Generic
return System.Collections.Generic

FoxLookupTable() public method

public FoxLookupTable ( Dictionary globalLookupTable ) : System.Collections.Generic
globalLookupTable Dictionary
return System.Collections.Generic

FoxLookupTable() public method

public FoxLookupTable ( Dictionary globalLookupTable, Dictionary localLookupTable ) : System.Collections.Generic
globalLookupTable Dictionary
localLookupTable Dictionary
return System.Collections.Generic

Lookup() public method

public Lookup ( ulong hash ) : string
hash ulong
return string