Re: help with reflection
Hello EM,
reflection reports on static elements of your code (structs, types, fields, methods, constraints etc.). Method variables don't exist statically, they only 'come to life' when the method is active (executing). There is also no list of all variables of a method, since variables can be defined locally in actions (e.g. in a for ...