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?
this represents the current instance object and there is no instance with static methods.