using System.Collections; using System.Collections.Generic; using HEAL.Attic; namespace HeuristicLab.Problems.DataAnalysis { [StorableType("E6B5D191-F094-4A6C-91C1-011191C13A16")] public interface IVector : IEnumerable { } [StorableType("FAAFAE70-9240-49FF-9614-EE4A2C17A3C7")] public interface IVector : IVector, IReadOnlyList { } }