Click or drag to resize

IClusterItem Property

A record at a specified index position (0-based).

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

Parameters

index
Type: SystemInt32
Position of the record (0-based).

Return Value

Type: IRecord
See Also