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
What problem does Delegate Solve?
How Is The Dll Hell Problem Solved In .net?
What does static mean in c sharp?
What is clr in c#?
So what makes your code really object-oriented #?
Can you create sealed abstract class in c#?
What is the purpose of a console table?
Why do we parse in c#?
What is the difference between namespace and class in c#?
What is difference between first and firstordefault?
Can structs in c# have destructors?
What are the advantages of using partial classes?
What is the difference between == and object.equals?
What does void mean unity?
What is AutoMapper in C#?