I\'m trying to create a wrapper for a Dictionary.
Dictionary
Dictionary implements IEnumerable
IEnumerable
When you implement the generic IEnumerable interface, you also have to implement the non generic IEnumerable interface. The error is about the missing non generic method.