icomparablet Questions
4
Solved
I know that there is a big difference between IComparable and IComparable<T> in general, see this, but in this search method it will not make any difference, or will it?
public static int Se...
Trinette asked 12/12, 2015 at 17:21
2
I have a type which has a default sort order as it implements IComparable<T> and IComparable. I'm not getting the results I expect from LINQ , basically it looks as if the IComparable<T>...
Shive asked 9/8, 2012 at 9:44
4
Solved
I don't understand what is going on here...
I've got the following error:
The type 'TestApp.TestVal' cannot be used as type parameter 'T' in the generic type or method 'TestApp.SomeClass<T>...
Cwmbran asked 23/6, 2009 at 7:25
1
© 2022 - 2024 — McMap. All rights reserved.