Calling a static abstract method without a generic type [Answered]
If I have this code with a static abstract member
Bar in the interface IFoo, is there any way (besides reflection) to call Bar on an instance of IFoo without the explicit type of the instance?