IWrappedCollection interface IWrappedCollection : IList, ICollection, IEnumerable Documentation Code using System.Collections; namespace Newtonsoft.Json.Utilities { internal interface IWrappedCollection : IList, ICollection, IEnumerable { object UnderlyingCollection { get; } } }