Click or drag to resize

CAEXSequenceTPrepend(ValueTupleString, Object) Method

Creates a new CAEX object and prepends it to already existing elements. The content of the new element can be defined using an array of tuples defining attribute names and their values.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public virtual T Prepend(
	params (string , Object )[] attributeValueTuples
)

Parameters

attributeValueTuples  ValueTupleString, Object
The attribute value tuples.

Return Value

T
The created CAEX object.
See Also