Click here to Skip to main content
15,890,557 members
Articles / Programming Languages / C#

Indexers In C#

Rate me:
Please Sign up or sign in to vote.
1.06/5 (15 votes)
6 Sep 2006CPOL 64.3K   11  
C# introduces a new concept known as Indexers which are used for treating an object as an array. The indexers are usually known as smart arrays in C# community.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
techbubbles.com
India India
WWW.TECHBUBBLES.COM

Comments and Discussions