C# 클래스 FoxTool.Fox.FoxLookupTable

파일 보기 프로젝트 열기: youarebritish/FoxKitPrototype 1 사용 예제들

공개 메소드들

메소드 설명
FoxLookupTable ( ) : System.Collections.Generic
FoxLookupTable ( Dictionary globalLookupTable ) : System.Collections.Generic
FoxLookupTable ( Dictionary globalLookupTable, Dictionary localLookupTable ) : System.Collections.Generic
Lookup ( ulong hash ) : string

메소드 상세

FoxLookupTable() 공개 메소드

public FoxLookupTable ( ) : System.Collections.Generic
리턴 System.Collections.Generic

FoxLookupTable() 공개 메소드

public FoxLookupTable ( Dictionary globalLookupTable ) : System.Collections.Generic
globalLookupTable Dictionary
리턴 System.Collections.Generic

FoxLookupTable() 공개 메소드

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

Lookup() 공개 메소드

public Lookup ( ulong hash ) : string
hash ulong
리턴 string