View the type of a C# generic in the debugger
You can see the types in the callstack window by looking at the top line which will show the runtime evaluated type. Also want to emphasize for others your suggestion: going to the immediate window and typing ?typeof(T).Name