What does an indexer do?



What does an indexer do?..

Answer / Sumayya

An indexer in C# is a member that provides access to the elements of an object as if they were an array. It allows you to access and manipulate the object's internal data directly using an index, just like with arrays.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

can a structure used in a class if yes then how.

2 Answers   Synechron,


What is session management in c#?

1 Answers  


What is serialization and deserialization in c# with example?

1 Answers  


How do you debug an ASP.NET Web application?

1 Answers   Rolta, Siebel Systems,


What does xpath return?

1 Answers  


What is dictionary and hashtable in c#?

1 Answers  


Can constructor be protected in c#?

1 Answers  


What are extensions methods in c#?

1 Answers  


What is an ienumerable in c#?

1 Answers  


What is field in c#?

1 Answers  


what is meant inheritance. can you exaplain what kind inhertance ussed in your project

1 Answers  


How can we sort an array in c#?

1 Answers  


Categories