Click or drag to resize

ISimpleImmutableObjectViewValue_Get Method

Gets the value at index idx.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Object Value_Get(
	int idx
)

Parameters

idx  Int32
The index.

Return Value

Object
The value at the specified index.
See Also