Hi,

How can extract a portion of a large dictionary<DateTime, string>, where DateTime is sorted? For example, i want to extarct all strings occur between 2010/10/01 to 2011/10/01 into an array, sorted either in time ascending or decending order? I was looking at sorteddictionary, but i just can't understand how to use it to achieve my purpose? can show me some codes?

Thanks!!