C# 클래스 EveCache.ColumnLookup

파일 보기 프로젝트 열기: jason-watkins/EveCache.Net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ColumnLookup System.Collections.Generic
Insert void

공개 메소드들

메소드 설명
LookupId ( string name ) : byte
LookupName ( byte id ) : string

비공개 메소드들

메소드 설명
ColumnLookup ( ) : System.Collections.Generic
Insert ( string name, byte id ) : void

메소드 상세

LookupId() 공개 정적인 메소드

public static LookupId ( string name ) : byte
name string
리턴 byte

LookupName() 공개 정적인 메소드

public static LookupName ( byte id ) : string
id byte
리턴 string