I know there are a lot of threads talking about this but so far I haven\'t found one that helps my situation directly. I have members of the class that I need to access fro
How would you suggest I get Summary from either type of method?
You'll need to pass myCool to DoSomeOtherMethod - in which case you should make it an instance method to start with.
myCool
DoSomeOtherMethod
Fundamentally, if it needs the state of an instance of the type, why would you make it static?