Click or drag to resize

ExtensionsFind Method

Finds an ExtensionInfo 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 ExtensionInfo Find(
	string index,
	ExtensionFindType findType
)

Parameters

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

Return Value

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