DeepCopy (UnicodeNamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 10: | Line 10: | ||
{{Template:UnicodeNamedArraylist:DeepCopy syntax}} | {{Template:UnicodeNamedArraylist:DeepCopy syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
< | <table class="syntaxTable"> | ||
< | <tr><th><i>%dcop</i></th> | ||
< | <td>A UnicodeNamedArraylist to contain the deep copy of ''%unamrayl''. </td></tr> | ||
< | <tr><th><i>%unamrayl</i></th> | ||
< | <td>A UnicodeNamedArraylist object.</td></tr> | ||
</table> | |||
</ | |||
==See also== | ==See also== | ||
{{Template:UnicodeNamedArraylist:DeepCopy footer}} | {{Template:UnicodeNamedArraylist:DeepCopy footer}} |
Revision as of 23:09, 31 January 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. |