DeepCopy (NamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
m (AllowNullObject methods) |
mNo edit summary |
||
Line 11: | Line 11: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>% | <tr><th>%outNal</th> | ||
<td>An NamedArraylist to contain the deep copy of | <td>An <var>NamedArraylist</var> to contain the deep copy of <var class="term">nal</var>. </td></tr> | ||
<tr><th> | <tr><th>nal</th> | ||
<td>An NamedArraylist object, which may be <var>Null</var>.</td></tr> | <td>An <var>NamedArraylist</var> object, which may be <var>Null</var>.</td></tr> | ||
</table> | </table> | ||
==See also== | ==See also== | ||
{{Template:NamedArraylist:DeepCopy footer}} | {{Template:NamedArraylist:DeepCopy footer}} |
Revision as of 12:12, 8 February 2012
Deep Copy NamedArraylist (NamedArraylist class)
This function
makes a "deep copy" of the NamedArraylist method object, %namrayl.
If %namrayl contains objects, they are copied.
If %namrayl 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 | An NamedArraylist object, which may be Null. |