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)
Syntaxpublic ExtensionInfo Find(
	string index,
	ExtensionFindType findType
)
Public Function Find ( 
	index As String,
	findType As ExtensionFindType
) As ExtensionInfo
Parameters
- index
 - Type: SystemString
The index of the item to find. - findType
 - Type: NetQuarryExtensionFindType
The type of search to perform. 
Return Value
Type: 
ExtensionInfoThe 
ExtensionInfo object at the specified index.
See Also