What are the valid parameter types we can pass in an
Indexer ?
Answer Posted / dileep
IN,OUT,INOUT are the valid parameter types that we can pass
in a Indexer
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What happens when thread sleep () method is called?
How many bytes is a long c#?
Explain code compilation in c#.
What is private protected in c#?
What are the examples of data types?
Is stringbuilder better than string?
Can we inherit two classes in c#?
Define encapsulation?
How many types of collections are there in c#?
Which controls do not have events?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What is a delegate? Explain.
What is meant by console programming?
Explain how do you convert a value-type to a reference-type?
What is c# used for?