DeepCopy (NamedArraylist function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 13: Line 13:
For more information about copyability, see [[Copying objects]].
For more information about copyability, see [[Copying objects]].
==Syntax==
==Syntax==
  %dcop = %namrayl:DeepCopy
<p class="code">%dcop = %namrayl:DeepCopy
</p>
===Syntax Terms===
===Syntax Terms===
<dl>
<dl>

Revision as of 20:55, 28 January 2011

<section begin=dpl_desc/>Deep Copy NamedArraylist<section end=dpl_desc/>

DeepCopy is a member of the 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

%dcop = %namrayl:DeepCopy

Syntax Terms

%dcop
An NamedArraylist to contain the deep copy of %namrayl.
%namrayl
An NamedArraylist object.