Skip to content

Instantly share code, notes, and snippets.

Created September 29, 2013 11:55
public class List<T> : IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
{
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment