Select from following answers:- filter
- select
- where

- set
- All Above
'where' (clause) is the C#'s contextual keyword used to filter any elements from a collection of elements.
In order to remove any empty strings or null strings from a collection of strings (string array), where is used to do it easily.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator