Click or drag to resize

EmbeddedParserContains Method

Checks for the existence of a particular function.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool Contains(
	string name
)

Parameters

name
Type: SystemString
The name of the function.

Return Value

Type: Boolean
True if the function exists, else false.
See Also