Click or drag to resize

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
)

Parameters

index
Type: SystemInt32
The item to return

Return Value

Type: ExtensionInfo
an ExtensionInfo object.
See Also