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!

7.5.4 Member access

A member-access consists of a primary-expression or a predefined-type, followed by a "." token, followed by an identifier.

member-access:
primary-expression . identifier
predefined-type
. identifier
predefined-type: one of
bool  byte  char  decimal double float  int  long
object sbyte  short  string uint  ulong  ushort

A member-access of the form E.I, where E is a primary-expression or a predefined-type and I is an identifier, is evaluated and classified as follows: