PrefixAttribute Type
The manifest key prefix of a finding union, and for a per-pass union the name of the pass it belongs to. Explicit rather than derived from the type name so a rename never moves a key.
Constructors
| Constructor |
Description
|
|
A shared-helper union: raised under whichever pass is running.
|
Full Usage:
PrefixAttribute(prefix, pass)
Parameters:
string
pass : string
Returns: PrefixAttribute
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Pass
Returns: string option
|
|
Full Usage:
this.Prefix
Returns: string
|
|