I\'m trying to use the this keyword in a static method, but the compiler won\'t allow me to use it.
this
Why not?
There is no this object reference in the static method.