The keyword Me
represents a read-only variable whose type is the type of the variable containing the method or property accessor and whose value is either a reference to the variable holding the instance of the type being executed (for value types) or a direct reference to the instance of the type being executed (for reference types). Me
may only be used within the body block of a non-shared method or property accessor; any other usage is an error.
Me