Accessing object properties from string representations
Posted
by Bert Vandamme
on Stack Overflow
See other posts from Stack Overflow
or by Bert Vandamme
Published on 2010-03-19T08:21:23Z
Indexed on
2010/03/19
8:41 UTC
Read the original article
Hit count: 215
In actionscript an object's property can be accesses in this way:
object["propertyname"]
Is something like this possible in c#, without using reflection?
© Stack Overflow or respective owner