[This is preliminary documentation and is subject to change.]
Creates a GeneratedToken containing a PKeys, or ErrorToken from a
ProductionToken representing a shortcut key definition in source text.
| C# |
public static Token CreateKeysToken( ProductionToken productionToken )
- productionToken (ProductionToken)
- The token containing the shortcut definition.
A GeneratedToken containing a PKeys struct or an ErrorToken if the
source code contained an error.