C# Class LynnaLab.ConstantsMapping

显示文件 Open project: Drenn1/LynnaLab Class Usage Examples

Public Methods

Method Description
ByteToString ( byte key ) : string
ConstantsMapping ( FileParser parser, string prefix ) : System
GetAllStrings ( ) : IList
IndexOf ( byte val ) : int
IndexOf ( string key ) : int
StringToByte ( string key ) : byte

Method Details

ByteToString() public method

public ByteToString ( byte key ) : string
key byte
return string

ConstantsMapping() public method

public ConstantsMapping ( FileParser parser, string prefix ) : System
parser FileParser
prefix string
return System

GetAllStrings() public method

public GetAllStrings ( ) : IList
return IList

IndexOf() public method

public IndexOf ( byte val ) : int
val byte
return int

IndexOf() public method

public IndexOf ( string key ) : int
key string
return int

StringToByte() public method

public StringToByte ( string key ) : byte
key string
return byte