Class DictionaryCharByte
A dictonary of CharByte
public class DictionaryCharByte
- Inheritance
-
DictionaryCharByte
Constructors
DictionaryCharByte()
DictionaryCharByte
public DictionaryCharByte()
Methods
Add(CharByte)
Adds a CharByte
public void Add(CharByte cb)
Parameters
cb
CharByte
Add(char, byte)
Adds a CharByte
public void Add(char cr, byte bt)
Parameters
ContainsKey(char)
Checks if CharByte contains a key
public bool ContainsKey(char cr)
Parameters
cr
char
Returns
TryAdd(char, byte)
Tries to add a CharByte
public bool TryAdd(char cr, byte bt)
Parameters
Returns
TryGetValue(char, out byte)
Tries to get the value of CharByte
public bool TryGetValue(char cr, out byte val)