Click or drag to resize

ValueSequenceTDataTypeElementValue Constructor

Creates the ElementValue structure for the defined Element and Value

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public ElementValue(
	XElement el,
	TDataType val
)

Parameters

el  XElement
The element
val  TDataType
The value
See Also