PegBaseParserGetRuleNameFromId Method |
Gets the rule name for the specified identifier.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual string GetRuleNameFromId(
int id
)
Parameters
- id Int32
- The rule identifier.
Return Value
StringThe rule name.
See Also