P
PJ6
I want to store and access static information for each of a set of dynamic
methods. Right now I have them all call a method which uses a dictionary of
Type, Info... but the fully scaled product would put many thousands of
entries into this dictionary, I'd rather that each method directly retrieve
its own object. I'm thinking about creating a dynamic type with a static
field containing the info object for each method. There must already be a
commonly accepted way to do this. What is it?
OK maybe I've reached the point where I should be asking, what book should I
buy? :/
Paul
methods. Right now I have them all call a method which uses a dictionary of
Type, Info... but the fully scaled product would put many thousands of
entries into this dictionary, I'd rather that each method directly retrieve
its own object. I'm thinking about creating a dynamic type with a static
field containing the info object for each method. There must already be a
commonly accepted way to do this. What is it?
OK maybe I've reached the point where I should be asking, what book should I
buy? :/
Paul