Click or drag to resize

ComponentInfosFind Method

Find a object in the collection

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

Parameters

index
Type: SystemString
The index of the item (Name, ...)
findType
Type: NetQuarryComponentInfoFindType
The method to use for the search

Return Value

Type: ComponentInfo
The first instance of the matched ComponentInfo object or null if not found.
See Also