using System; using System.Collections; using System.Collections.Generic; namespace CPF.ReoGrid.Drawing { public interface IDrawingObjectCollection : IFloatingObjectCollection, ICollection, IEnumerable, IEnumerable { } }