|
4 |
removed tag
|
||
|
3 | added 283 characters in body; edited tags; edited tags; added 3 characters in body | ||
|
Say, I have a reference to a Class object with SomeType having a static method. Is there a way to call that method w/o instantiating SomeType first? Preferably not escaping strong typing. EDIT: OK, I've screwed up.
In this case someMethod() can't be static anyways.
|
||||
|
2 | deleted 6 characters in body | ||
|
Say, I have a reference to a Class object with SomeType having a static method. Is there a way to call that method w/o instantiating SomeType first? Preferably not escaping type safety as wellstrong typing. |
||||
|
1 |
|
||
