Click or drag to resize

ExpressionSkipPrefixes Method

Get the expression on the right of the right-most Lookup or Dot operator (bypass any '::' and '.' prefixes).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual Expression SkipPrefixes()

Return Value

Type: Expression
See Also