I want to declare a dictionary that stores typed IEnumerable\'s of a specific type, with that exact type as key, like so: (Edited to follow johny g\'s comment)<
IEnumerable
Try this:
public class MyCustomDictionary: Dictionary> { }