Which .NET, ASP and ADO BCL classes implement the IEnumerable interface?
Is there an exhaustive list or any other way to iterate through each of the three BCLibraries to identify which classes implement the IEnumerable interface?
AFAIK only List<> and arrays implement IEnumerable, but I'm curious which others there are
AFAIK only List<> and arrays implement IEnumerable, but I'm curious which others there are