 | CAEXSequenceOfCAEXObjectsTPrepend(String) Method |
Creates a new CAEX object with the specified name and prepends it to the sequence.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic T Prepend(
string name
)
Public Function Prepend (
name As String
) As T
public:
T Prepend(
String^ name
)
Parameters
- name String
- the name of the CAEX object. If a IUniqueName
Return Value
Tthe created CAEX object.
See Also