Copy (UnicodeNamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
(Created page with "<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Copy UnicodeNamedArraylist<section end=dpl_desc/></b></span> [[Category:UnicodeNamedArraylist methods|Copy f...") |
mNo edit summary |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:UnicodeNamedArraylist:Copy subtitle}} | |||
<Var>Copy</var> makes a "shallow" copy of the <var>UnicodeNamedArraylist</var> method object <var class="term">uniNal</var>. If <var class="term">uniNal</var> contains objects, they are <b><i>not</i></b> copied. If <var class="term">uniNal</var> is <var>Null</var>, a <var>Null</var> is returned. | |||
makes a | |||
object | |||
If | |||
If | |||
==Syntax== | ==Syntax== | ||
{{Template:UnicodeNamedArraylist:Copy syntax}} | |||
</ | ===Syntax terms=== | ||
<table class="syntaxTable"> | |||
<tr><th>%outUniNal</th> | |||
<td>A <var>UnicodeNamedArraylist</var> to contain the copy of <var class="term">uniNal</var>, the method object <var>UnicodeNamedArraylist</var>.</td></tr> | |||
<tr><th>uniNal</th> | |||
<td>A <var>UnicodeNamedArraylist</var> object, which may be <var>Null</var>.</td></tr> | |||
</table> | |||
==See also== | |||
<ul> | |||
<li>For more information about copyability, see [[Copying objects|"Copying objects"]]. | |||
</ul> | |||
{{Template:UnicodeNamedArraylist:Copy footer}} |
Latest revision as of 22:34, 8 August 2012
Copy UnicodeNamedArraylist (UnicodeNamedArraylist class)
Copy makes a "shallow" copy of the UnicodeNamedArraylist method object uniNal. If uniNal contains objects, they are not copied. If uniNal is Null, a Null is returned.
Syntax
%outUniNal = uniNal:Copy
Syntax terms
%outUniNal | A UnicodeNamedArraylist to contain the copy of uniNal, the method object UnicodeNamedArraylist. |
---|---|
uniNal | A UnicodeNamedArraylist object, which may be Null. |
See also
- For more information about copyability, see "Copying objects".