c# reflection How to get generic argument types of generic type from derived type in c# May 30, 2011 See the question and my original answer on StackOverflow Do you mean: Type.GetGenericArguments Method ?