I am wondering why, when in C#, if a use the set accessor to change a static class member, I get a Stack Overflow error.
I am not disputing this as a bug, I just want to know what exactly is going on in the internals of the machine.
EDIT :The question was a little unclear, sorry about that.