Click or drag to resize
MemberExpression Properties

The MemberExpression type exposes the following members.

Properties
  NameDescription
Public propertyCodeType
Gets the type of the expression.
(Overrides ExpressionCodeType.)
Public propertyDeclaringType
Gets the declaring type for the member.
Public propertyFullName
Gets the full name of the member.
Public propertyMember
Gets the member reference.
Public propertyName
Gets the name of the member.
Top
See Also