Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is indexers in C#

Answer Posted / satish

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. Defining a
C# indexer is much like defining properties. We can say
that an indexer is a member that enables an object to be
indexed in the same way as an array.

Is This Answer Correct ?    18 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Will the following code compile and run?

1030


What is the main purpose of delegates in c#?

1022


What is desktop GUI application?

1024


What does typeof return c#?

981


Can struct have constructor c#?

962


How do you concatenate in c#?

971


What is executenonquery c#?

933


Distinguish between continue and break statement?

1190


Name which controls do not have events?

1105


Are attributes inherited c#?

932


How we convert private assembly into public assembly?

1007


How does yield return work c#?

983


When should I use static in C#?

1031


Are c# references the same as c++ references?

1051


Why can’t struct be used instead of class for storing entity?

1019