DeepCopy (UnicodeNamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 1: | Line 1: | ||
{{Template:UnicodeNamedArraylist:DeepCopy subtitle}} | |||
This function | This function | ||
makes a | makes a "deep copy" of the UnicodeNamedArraylist method object, ''%unamrayl''. | ||
If ''%unamrayl'' contains objects, they '''are''' copied. | If ''%unamrayl'' contains objects, they '''are''' copied. | ||
If ''%unamrayl'' is Null, a Null is returned. | If ''%unamrayl'' is Null, a Null is returned. | ||
Line 13: | Line 8: | ||
For more information about copyability, see [[Copying objects]]. | For more information about copyability, see [[Copying objects]]. | ||
==Syntax== | ==Syntax== | ||
{{Template:UnicodeNamedArraylist:DeepCopy syntax}} | |||
===Syntax | ===Syntax terms=== | ||
<dl> | <dl> | ||
<dt><i>%dcop</i> | <dt><i>%dcop</i> | ||
Line 22: | Line 17: | ||
</dl> | </dl> | ||
==See also== | |||
{{Template:UnicodeNamedArraylist:DeepCopy footer}} |
Revision as of 19:43, 28 January 2011
Deep Copy UnicodeNamedArraylist (UnicodeNamedArraylist class)
This function
makes a "deep copy" of the UnicodeNamedArraylist method object, %unamrayl.
If %unamrayl contains objects, they are copied.
If %unamrayl is Null, a Null is returned.
For more information about copyability, see Copying objects.
Syntax
%outUniNal = uniNal:DeepCopy
Syntax terms
- %dcop
- A UnicodeNamedArraylist to contain the deep copy of %unamrayl.
- %unamrayl
- A UnicodeNamedArraylist object.