DeepCopy (NamedArraylist function)

From m204wiki
Revision as of 17:31, 5 January 2011 by Admin (talk | contribs) (1 revision)
Jump to navigation Jump to search

<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.