2 using System.Collections.Generic;
14 private object QueueLocker =
new object();
23 public void Enqueue(Char TableElementTypeChar,
int Number,
int Value)
37 base.Enqueue(TableElementData);
42 public void Enqueue(
string TableElementName,
int Value)
44 if (TableElementName.IsNullOrWhiteSpace())
return;
59 return base.Dequeue();
Data representing the state of a table emlement
The Table namespace contains all table specific classes like the Table class itself, TableElement and effect assigment classes.