DeepCopy (NamedArraylist function)

From m204wiki
Revision as of 23:54, 18 March 2011 by Goff (talk | contribs) (AllowNullObject methods)
Jump to navigation Jump to search

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

%dcop An NamedArraylist to contain the deep copy of %namrayl.
%namrayl An NamedArraylist object, which may be Null.

See also