Member Access

A member access expression is declared as follows.

member-access:

primary-expression   .   identifier

predefined-type   .   identifier

predefined-type:  one of

Boolean Byte Char Decimal Double Float

Integer Long Object SByte Short String

UInteger ULong UShort

A member access expression is in the form E.I where E is a primary expression or a standard type and I is an identifier, and it is calculated and classified as follows:

See also:

Primary Expressions