Click or drag to resize

NavTargetsFind Method

Finds an item in the collection. Returns null if the item is not found.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public NavTarget Find(
	string index,
	NavTargetFindType findType
)

Parameters

index
Type: SystemString
The index of the item to find.
findType
Type: NetQuarryNavTargetFindType
The type of search to perform

Return Value

Type: NavTarget
The NavTarget object at the specified index.
See Also