Copy (UnicodeNamedArraylist function)
Copy UnicodeNamedArraylist (UnicodeNamedArraylist class)
Copy makes a "shallow" copy of the UnicodeNamedArraylist method object uniNal. If uniNal contains objects, they are not copied. If uniNal is Null, a Null is returned.
Syntax
%outUniNal = uniNal:Copy
Syntax terms
%outUniNal | A UnicodeNamedArraylist to contain the copy of uniNal, the method object UnicodeNamedArraylist. |
---|---|
uniNal | A UnicodeNamedArraylist object. |
See also
- For more information about copyability, see "Copying objects".