Home »

The standard query operators are themselves a set of extension methods that provide the LINQ query functionality for any type that implements the IEnumerable interface in Visual Basic. Is it True or False?

Question ListCategory: C#.NETThe standard query operators are themselves a set of extension methods that provide the LINQ query functionality for any type that implements the IEnumerable interface in Visual Basic. Is it True or False?
shah_kajal184 author asked 9 years ago
1 Answers
denielshakespeare5 author answered 8 years ago

False, as it implements the IEnumerable(T) interface in Visual Basic and the IEnumerable interface is implemented in C#.

Please login or Register to Submit Answer