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
)
Public Function Find (
index As String,
findType As NavTargetFindType
) As NavTarget
Parameters
- index
- Type: SystemString
The index of the item to find. - findType
- Type: NetQuarryNavTargetFindType
The type of search to perform
Return Value
Type:
NavTargetThe
NavTarget object at the specified index.
See Also