1
numbers.Find(1), 3
2
3
{2}
4
{d}
5
{a,b,c,d,e}
a
b
stockPrices["MSFT"]["June2011"]
Where(x=>x%2==0 && x<10)
Where(x=>x<10)
However remember that many where clauses can result in the same query as with if-statements.
c
a (It will throw an exception as there is no such element present in the collection)
3.15.219.174