check the following test
[Test]
public void ResizeWithShrinking()
{
ICollection expected = new[] { 3, 3, 3, 3, 3, 3, 3 };
Deque<int> deque = new Deque<int>(3...
Id #25238 | Release:
3.1 Production
| Updated: Nov 6 2009 at 11:35 AM by AndyM | Created: Nov 6 2009 at 11:26 AM by AndyM