C# 클래스 FFXIVAPP.Memory.Core.Enums.Enumeration

파일 보기 프로젝트 열기: Icehunter/ffxivapp-memory 1 사용 예제들

공개 메소드들

메소드 설명
Enumeration ( byte>.ConcurrentDictionary dictionary ) : System.Collections.Concurrent
this ( string key ) : byte
this ( byte key ) : string

메소드 상세

Enumeration() 공개 메소드

public Enumeration ( byte>.ConcurrentDictionary dictionary ) : System.Collections.Concurrent
dictionary byte>.ConcurrentDictionary
리턴 System.Collections.Concurrent

this() 공개 메소드

public this ( string key ) : byte
key string
리턴 byte

this() 공개 메소드

public this ( byte key ) : string
key byte
리턴 string