Exemplo n.º 1
0
 public TypeInfo(YololType type, decimal min, decimal max)
 {
     Type = type;
     Min  = min;
     Max  = max;
 }
Exemplo n.º 2
0
 public TypeInfo(YololType type)
 {
     Type = type;
     Min  = null;
     Max  = null;
 }