What is an indexer in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

C# is case sensitive, what is mean by case sensitive

3 Answers  


What is default method in c#?

0 Answers  


What are the different types of classes in c#?

0 Answers  


Why do we use anonymous method in c#?

0 Answers  


Why array is faster than arraylist in c#?

0 Answers  






If I have code like try { return; } catch { return; } finally { return; } from which block will the value will be returned. and try has been executed without any error.

6 Answers   Cap Gemini,


Can we overload indexer in c#?

0 Answers  


What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to

0 Answers  


Give examples for reference types?

0 Answers  


What is dao in c#?

0 Answers  


Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?

0 Answers   HCL,


Where do you add an event handler ?

1 Answers  


Categories