using System; using System.Collections.Generic; using Nuclex.Support.Collections; namespace Nuclex.Support.Tracking { /// Forms a single progression from a set of progressions /// Type of progressions to manage as a set public class SetProgression : Progression where ProgressionType : Progression { // TODO } /* public class SetOperation : Operation where OperationType : OperationType QueueOperation */ } // namespace Nuclex.Support.Tracking