Problem : Could anyone explain me why the generics List.Contains() function is so slow? I have a List<long> with about […]

Problem : I have an IList: IList list = CallMyMethodToGetIList(); that I don’t know the type I can get it […]