prolog2345
Programmer
Can someone help me with the following syntax in c#:
say i have a class MyClass
in many books in C# i have seen the following syntax: MyClass["Name"]
what does this mean?
i have read about indexers but they take an argument of type 'int' not 'String'. So what does this syntax retrieve from an abject.