C# 클래스 LynnaLab.ConstantsMapping

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

공개 메소드들

메소드 설명
ByteToString ( byte key ) : string
ConstantsMapping ( FileParser parser, string prefix ) : System
GetAllStrings ( ) : IList
IndexOf ( byte val ) : int
IndexOf ( string key ) : int
StringToByte ( string key ) : byte

메소드 상세

ByteToString() 공개 메소드

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

ConstantsMapping() 공개 메소드

public ConstantsMapping ( FileParser parser, string prefix ) : System
parser FileParser
prefix string
리턴 System

GetAllStrings() 공개 메소드

public GetAllStrings ( ) : IList
리턴 IList

IndexOf() 공개 메소드

public IndexOf ( byte val ) : int
val byte
리턴 int

IndexOf() 공개 메소드

public IndexOf ( string key ) : int
key string
리턴 int

StringToByte() 공개 메소드

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