Table of Contents

Class DictionaryCharByte

Namespace
Iot.Device.Graphics
Assembly
Iot.Device.CharacterLcd.dll

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

cr char
bt byte

ContainsKey(char)

Checks if CharByte contains a key

public bool ContainsKey(char cr)

Parameters

cr char

Returns

bool

TryAdd(char, byte)

Tries to add a CharByte

public bool TryAdd(char cr, byte bt)

Parameters

cr char
bt byte

Returns

bool

TryGetValue(char, out byte)

Tries to get the value of CharByte

public bool TryGetValue(char cr, out byte val)

Parameters

cr char
val byte

Returns

bool