[MonoTouch] EqualityComparer<T>.Default used by System.Collections.Generic.List.Remove(), how to workaround?

Ed Anuff ed at anuff.com
Fri Oct 9 02:41:08 EDT 2009


I've found that the List.Remove() method uses
EqualityComparer<T>.Default, which of course, fails with "Attempting
to JIT compile method".  I don't see a way to provide my own
EqualityComperer to avoid this.  Is there a simple workaround?

Ed


More information about the MonoTouch mailing list