Click or drag to resize

PatternElement Properties

The PatternElement type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
The annotations of the pattern element
Public propertyDefToBeYieldedTo
Iff true the element is only defined in its PointOfDefinition pattern, it gets matched in another, nested or called pattern which yields it to the containing pattern.
Public propertyInitialization
The initialization expression for the element if some was defined, otherwise null.
Public propertyName
The name of the pattern element.
Public propertyPointOfDefinition
The pattern where this element gets matched (null if rule parameter).
Public propertyUnprefixedName
The pure name of the pattern element as specified in the .grg without any prefixes.
Top
See Also