Click or drag to resize

PegBaseParserGetRuleNameFromId Method

Gets the rule name for the specified identifier.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual string GetRuleNameFromId(
	int id
)

Parameters

id  Int32
The rule identifier.

Return Value

String
The rule name.
See Also