Select from following answers:- Add

- Contains
- Where
- IndexOf
- All Above
All are List methods.It's a Generic Collections.Which has properties as well Methods.
Add is used for Adding items into collections.
Contains is used for checking items inside list.
Where is used as where clause just like in Sql server.
and Indexof is used for searching particular items.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator