Wintellect  

Tuesday, July 06, 2004 - Posts

Another interface in Beta 1 that I have some questions about is IComparer<T>. In Beta 1, this interface looks like: interface IComparer<T> { int GetHashCode(T t); bool Equals(T t1, T t2); int Compare(T t1, T t2); } The problem with this interface Read More...
There are three basic ways to provide feedback on Power Collections. 1. Comment on web log postings here. This is probably the easiest and most direct way, and will most closely link your feedback to what you are commenting on. 2. Make a posting on the Read More...