DeepCopy (UnicodeNamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 11: | Line 11: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th | <tr><th>%dcop</th> | ||
<td>A UnicodeNamedArraylist to contain the deep copy of ''%unamrayl''. </td></tr> | <td>A UnicodeNamedArraylist to contain the deep copy of ''%unamrayl''. </td></tr> | ||
<tr><th | <tr><th>%unamrayl</th> | ||
<td>A UnicodeNamedArraylist object.</td></tr> | <td>A UnicodeNamedArraylist object.</td></tr> | ||
</table> | </table> | ||
==See also== | ==See also== | ||
{{Template:UnicodeNamedArraylist:DeepCopy footer}} | {{Template:UnicodeNamedArraylist:DeepCopy footer}} |
Revision as of 17:29, 4 February 2011
Deep Copy UnicodeNamedArraylist (UnicodeNamedArraylist class)
This function
makes a "deep copy" of the UnicodeNamedArraylist method object, %unamrayl.
If %unamrayl contains objects, they are copied.
If %unamrayl is Null, a Null is returned.
For more information about copyability, see Copying objects.
Syntax
%outUniNal = uniNal:DeepCopy
Syntax terms
%dcop | A UnicodeNamedArraylist to contain the deep copy of %unamrayl. |
---|---|
%unamrayl | A UnicodeNamedArraylist object. |