InterviewSolution
Saved Bookmarks
| 1. |
The Standard Query Operators Are Themselves A Set Of Extension Methods That Provide The Linq Query Functionality For Any Type That Implements The Ienumerable<t> Interface In Visual Basic. Is It True Or False? |
|
Answer» FALSE, as it implements the IEnumerable(T) interface in VISUAL Basic and the IEnumerable<T> interface is IMPLEMENTED in C#. False, as it implements the IEnumerable(T) interface in Visual Basic and the IEnumerable<T> interface is implemented in C#. |
|