ISimpleImmutableObjectViewValue_Get Method |
Gets the value at index idx.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxObject Value_Get(
int idx
)
Parameters
- idx Int32
- The index.
Return Value
ObjectThe value at the specified index.
See Also