Exemplo n.º 1
0
 public TjsStub(TjsVarType type = TjsVarType.Unknown)
 {
     Type = type;
 }
Exemplo n.º 2
0
 public TjsStub(short slot, TjsVarType type)
 {
     Slot = slot;
     Type = type;
 }