The title isn't really doing the problem justice and I apologize for that.
Let's say, I have an Action(Of T) being passed to me. Is there any way to figure out what type T is?
Now, on top of that, let's say that T is Foo(Of T2). Can I figure out what type T2 is as well?
Let's say, I have an Action(Of T) being passed to me. Is there any way to figure out what type T is?
Now, on top of that, let's say that T is Foo(Of T2). Can I figure out what type T2 is as well?