Answer Posted / aby
Indexer enables an object to be
indexed in the same way as an array.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is lazy thread safe c#?
What is the diff between System.String and System.Text.StringBuilder classes?
How long does a loop recorder procedure take?
What does void do in c#?
Is an interface a type c#?
How can you write a class to restrict that only one object of this class can be created (Singleton class)?
What is the difference between method and constructor in c#?
What is an assembly in .net?
What are Namespaces?
When can a derived class override a base class member?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
What is difference between int and int in c#?
What is toint32 c#?
What is a dictionary in c#?