Click or drag to resize

IRecordBaseGetItem Method (Int32)

Obtain an item at a specified index position.

Namespace:  Mavidian.DataConveyer.Entities.KeyVal
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
IItem GetItem(
	int index
)

Parameters

index
Type: SystemInt32
Index position of the item to obtain (0-based).

Return Value

Type: IItem
The item at a specified index position or a void item if index is out of range.
See Also