I am doing Android programming and was learning about Intents, when I saw a constructor that, to my C# trained mind, seemed funky. The call was:
Intent myI
ClassName.this is used to reference the current instance of an outerclass from an inner class.
ClassName.this