I have a class for handling dictionaries in our project: public abstract class DictionaryManager <T> where T : System.Collections. IDictionary There are several dictionaries that can be passed for T: OneDictionary, TwoDictionary for example. How can I know the type of T? I mean, something like...