Click or drag to resize

ISimpleImmutableObjectViewValues_Initialize Method

Initializes the view's values. Item1 is the Name of the value to set; Item2 is the value type, and Item3 is the value itself.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void Values_Initialize(
	IEnumerable<Tuple<string, Type, Object?>> values
)

Parameters

values  IEnumerableTupleString, Type, Object
The values.
See Also