C# (Sharp) Programming Language Question:
Download Questions PDF

Is it possible to have a static indexer in C#?

Answer:

No. Static indexers are not in C# (Sharp)

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
Is it possible to have different access modifiers on the get/set methods of a property in C#?If I return out of a try/finally in C#, does the code in the finally-clause run?