DeepCopy (NamedArraylist function)
Deep Copy NamedArraylist (NamedArraylist class)
This function
makes a "deep copy" of the NamedArraylist method object, nal.
If nal contains objects, they are copied.
If nal is Null, a Null is returned.
For more information about copyability, see "Copying objects".
Syntax
%outNal = nal:DeepCopy
Syntax terms
%outNal | An NamedArraylist to contain the deep copy of nal. |
---|---|
nal | A NamedArraylist object, which may be Null. |