J
Jen
I'm looking at some old C# code and I found a line where a SortedList is
being accessed with a negative index, like so:
groups[-1];
My C# skills must be getting rusty. How can that work? What does it do?
being accessed with a negative index, like so:
groups[-1];
My C# skills must be getting rusty. How can that work? What does it do?