Click or drag to resize

ValueSequenceTDataTypePrepend Method

Creates a new CAEX object with the provided value and prepends it to already existing elements.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public XElement Prepend(
	TDataType value
)

Parameters

value  TDataType
The value.

Return Value

XElement
The XML node of the created CAEX object.
Exceptions
ExceptionCondition
ExceptionCould not add
See Also