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 are data types examples?
Is dictionary a collection?
What are anonymous types in c#?
What is xaml in c#?
What is deferred execution in c#?
What is a nullreferenceexception and how do I fix it?
What is the main method in c#?
What is an inheritance ?Give an example in which inheritance is used?
What is xor operator in c#?
What are strongly typed objects?
What is array and arraylist?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
What is ienumerable t in c#?
What are the generation of Garbage Collection in C# .NET ?
Define acid rule of thumb for transactions in c#.