Exemplo n.º 1
0
 public VMVariable DefineAttribute(string name, VMType type)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public VMVariable DefineVariable(VMType type, string name = null)
 {
     throw new NotImplementedException();
 }