NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

10.2.3 Me expressions

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.

MeExpression ::= Me