253 Views
Say you have a Static Implementation of a Type T which you pass as Open Type in your Generic Class. Now the problem is how to get reference to the Static Members or invoke a method that is Static to the Type from the Open Type T.
1 comments
dpeterson
10/10/2011 9:52:49 AM
Going the abstract route makes more sense in this case. If you need to call functionality specific to a type rather than the abstract base, then you can simply filter by that particular type.