Hey guys!
I'm using VB.net and I would want to have "property properties" of a class like this:
Thing.Property1 = "Yo!" (*1)
Thing.Property1.AnotherThing = 0
Thing.Property1.AnotherThing2 = True
I understand I can use 'property Property1 as class' but if I do that, Property1 must get or set a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.