About
Pricing
Community
Teams
Start Free Trial
Log in
mathieu_cupryk
asked on
2/23/2007
accesses the indexer property
Which one of the following code samples accesses the indexer property of the
customers collection?
1) customers.Item[1].Name
2) customers.(1).Name
3) customers.[1].Name
4) customers.Item(1).Name
5) customers[1].Name
Answer: 1)
C#
3
2
Last Comment
Gautham Janardhan
8/22/2022 - Mon