Exemplo n.º 1
0
 public SemilatticeValue(SemilatticeData type, int val)
 {
     Type       = type;
     ConstValue = val.ToString();
 }
Exemplo n.º 2
0
 public SemilatticeValue(SemilatticeData type, string str = null)
 {
     Type       = type;
     ConstValue = str;
 }