C# Class FoxTool.Fox.FoxLookupTable

Afficher le fichier Open project: youarebritish/FoxKitPrototype Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public FoxLookupTable ( ) : System.Collections.Generic
Résultat System.Collections.Generic

FoxLookupTable() public méthode

public FoxLookupTable ( Dictionary globalLookupTable ) : System.Collections.Generic
globalLookupTable Dictionary
Résultat System.Collections.Generic

FoxLookupTable() public méthode

public FoxLookupTable ( Dictionary globalLookupTable, Dictionary localLookupTable ) : System.Collections.Generic
globalLookupTable Dictionary
localLookupTable Dictionary
Résultat System.Collections.Generic

Lookup() public méthode

public Lookup ( ulong hash ) : string
hash ulong
Résultat string