ExtensionsItemInfo Method (Int32) |
Returns the ExtensionInfo object at the given index
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public ExtensionInfo ItemInfo(
int index
)
Public Function ItemInfo (
index As Integer
) As ExtensionInfo
Parameters
- index
- Type: SystemInt32
The item to return
Return Value
Type:
ExtensionInfoan ExtensionInfo object.
See Also