Choose The Correct Statement About The Icomparerlttgt Interface #665
Choose the correct statement about the IComparer<T> interface in C#?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Delegates, Generics and LINQ - Introduction of Array Class - Quiz No.1.
Choose the correct statement about the IComparer<T> interface in C#?
The IComparer<T> is in System.Collections.Generic
It defines a generic form of Compare()
Only The IComparer<T> is in System.Collections.Generic
Both The IComparer is in System.Collections.Generic & It defines a generic form of Compare()