Click or drag to resize

FilterHelperLookupSymbol Method

Look up a FilterKeyword keyword by its FilterSyms symbol.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public FilterKeyword LookupSymbol(
	string symbol
)

Parameters

symbol
Type: SystemString
The symbol to look up.

Return Value

Type: FilterKeyword
The corresponding keyword if found, else null.
See Also