DeepCopy (UnicodeNamedArraylist function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (match syntax table to diagram, couple of tags)
m (AllowNullObject methods)
Line 10: Line 10:
<td>A <var>UnicodeNamedArraylist</var> to contain the deep copy of <var class="term">uniNal</var>. </td></tr>
<td>A <var>UnicodeNamedArraylist</var> to contain the deep copy of <var class="term">uniNal</var>. </td></tr>
<tr><th>uniNal</th>
<tr><th>uniNal</th>
<td>A <var>UnicodeNamedArraylist</var> object.</td></tr>
<td>A <var>UnicodeNamedArraylist</var> object, which may be <var>Null</var>a.</td></tr>
</table>
</table>



Revision as of 23:54, 18 March 2011

Deep Copy UnicodeNamedArraylist (UnicodeNamedArraylist class)


DeepCopy makes a "deep copy" of the UnicodeNamedArraylist method object, uniNal. If uniNal contains objects, they are copied. If uniNal is Null, a Null is returned.

Syntax

%outUniNal = uniNal:DeepCopy

Syntax terms

%outUniNal A UnicodeNamedArraylist to contain the deep copy of uniNal.
uniNal A UnicodeNamedArraylist object, which may be Nulla.

See also