Click or drag to resize

IRecordItem Property (Int32)

A value of an item at a specified index position. (attempt to set a value of a non-existing item has no effect)

Namespace:  Mavidian.DataConveyer.Entities.KeyVal
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
Object this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Index position of the item.

Return Value

Type: Object
A typed item value or null if index is out of range.
See Also