IMutableCollection<T> public interface IMutableCollection<T> : IEnumerable<T>, IEnumerable Documentation Code int Count { get; } void Add(T item) bool Remove(T item)