Click or drag to resize

EAPCollectionBaseGetItem Method (Int32)

Returns an item that matches the specified string index

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected Object GetItem(
	int index
)

Parameters

index
Type: SystemInt32
The name of the collected object to return

Return Value

Type: Object
An object that matches the supplied index.
Remarks
Note that if the item is not found, then null is returned. No exception is thrown.
See Also