 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic virtual T Prepend(
params (string , Object )[] attributeValueTuples
)
Public Overridable Function Prepend (
ParamArray attributeValueTuples As ( As String, As Object)()
) As T
public:
virtual T Prepend(
... array<ValueTuple<String^, Object^>>^ attributeValueTuples
)
Parameters
- attributeValueTuples ValueTupleString, Object
- The attribute value tuples.
Return Value
TThe created CAEX object.
See Also