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
)
Protected Function GetItem (
index As Integer
) As Object
Parameters
- index
- Type: SystemInt32
The name of the collected object to return
Return Value
Type:
ObjectAn 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