Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Re: Why does my lecturer use the key word ".this"

    Doh, can't believe I forgot the most common usage of the this keyword. Nice catch Cornix.
  2. Re: Why does my lecturer use the key word ".this"

    How is the keyword being used?

    One way you can use the this keyword is to pass a reference to yourself to another method. Something like:


    someMethod(this);


    The other use of the this...
Results 1 to 2 of 2