Пример #1
0
 public VMVariable DefineAttribute(string name, VMType type)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public VMVariable DefineVariable(VMType type, string name = null)
 {
     throw new NotImplementedException();
 }