damianpetla
10/21/2015, 5:54 PMthis
always refers to class out of the lambda’s brackets, in case standalone extensions there is simply nothing to refer, if that property would be created in another class e.g SomeClass
then using this
would refer to SomeClass
, it would be the same like calling this@SomeClass