Choose the correct statement about the IComparer interface in C#?
Posted: Wed Jul 13, 2022 7:57 pm
a) The IComparer<T> is in System.Collections.Generic
b) It defines a generic form of Compare()
c) Only The IComparer<T> is in System.Collections.Generic
d) Both The IComparer is in System.Collections.Generic & It defines a generic form of Compare()
b) It defines a generic form of Compare()
c) Only The IComparer<T> is in System.Collections.Generic
d) Both The IComparer is in System.Collections.Generic & It defines a generic form of Compare()