> In .NET C#, how do I iterate through all elements of a SortedList except the first two?

In .NET C#, how do I iterate through all elements of a SortedList except the first two?

Posted at: 2014-12-18 
I need to iterate through all elements in a SortedList except the first two, in order of the keys (ascending). I use C# and .NET 2.0.

Thanks!

I need to iterate through all elements in a SortedList except the first two, in order of the keys (ascending). I use C# and .NET 2.0.

Thanks!