Click or drag to resize

DataReaderLazyTimeStepSingleDataLazyListItem Property

Gets the element at the specified index in the read-only list.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public float this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the element to get.

Return Value

Type: Single
The element at the specified index in the read-only list.

Implements

IReadOnlyListTItemInt32
See Also