Click or drag to resize

EmbeddedParserRegisterParser Method

Register the functions for the specified IFunctionParser object.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int RegisterParser(
	IFunctionParser parser
)

Parameters

parser
Type: NetQuarryIFunctionParser
The function parser.

Return Value

Type: Int32
The number of functions registered for the parser.
See Also