 | ValueSequenceTDataTypePrepend Method |
Creates a new CAEX object with the provided value and prepends it to already existing elements.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic XElement Prepend(
TDataType value
)
Public Function Prepend (
value As TDataType
) As XElement
public:
XElement^ Prepend(
TDataType value
)
Parameters
- value TDataType
- The value.
Return Value
XElementThe XML node of the created CAEX object.
Exceptions
See Also