The collection of time periods, sorted by highest to lowest
            overlap count.
            
Namespace: Zeptomoby.OrbitTools.TrackAssembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)
 Syntax
Syntax
| C# | 
|---|
| public IEnumerable<PeriodInfo<T>> AllSortOverlapCountDesc { get; } | 
| Visual Basic | 
|---|
| Public ReadOnly Property AllSortOverlapCountDesc As IEnumerable(Of PeriodInfo(Of T))
	Get | 
| Visual C++ | 
|---|
| public:
property IEnumerable<PeriodInfo<T>^>^ AllSortOverlapCountDesc {
	IEnumerable<PeriodInfo<T>^>^ get ();
} | 
 See Also
See Also