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.3179.0 (4.8.3179.0)
Syntax
C#
Object Value_Get(
	int idx
)

Parameters

idx  Int32
The index.

Return Value

Object

[Missing <returns> documentation for "M:Altaxo.Gui.Common.ISimpleImmutableObjectView.Value_Get(System.Int32)"]

See Also