S
shapper
Hello,
I have the following code line:
a = MyClass.PropertyA
Is it possible to do something as follows?
a = MyClass.(b)
where b is "PropertyA"
Thanks,
Miguel
I have the following code line:
a = MyClass.PropertyA
Is it possible to do something as follows?
a = MyClass.(b)
where b is "PropertyA"
Thanks,
Miguel