using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Nuclex.Support.Collections;
namespace Nuclex.Support.Tracking {
/// Non-generic version of the progression collection
public class ProgressionCollection : ProgressionCollection { }
/// Generic collection of progressions
public class ProgressionCollection
: ObservableCollection where ProgressionType : Progression { }
} // namespace Nuclex.Support.Tracking