Is it possible to have a static indexer in c#? Allowed in c#.
Answer Posted / Kapil Agari
No, C# does not support static indexers. Indexers can only be instance members.
Post New Answer View All Answers
Which namespaces are necessary to create a localized application?
1138
Why can't we use a static class instead of singleton?
947
How to assign Null value to Var?
1055
What is expression tree in c#?
995
What is an abstract class c#?
966
How do you inherit a class into other class in c#?
989