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