Click or drag to resize

NamedCodeObjectDictionaryFindGotoTarget Method

Find a named goto target in the dictionary by name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public INamedCodeObject FindGotoTarget(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: INamedCodeObject
The matching Label or SwitchItem, or null if not found (or NamedCodeObjectGroup if there are multiple matches).
See Also