DeepCopy (CharacterMap function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Created by class Wiki) |
||
Line 1: | Line 1: | ||
{{Template:CharacterMap:DeepCopy subtitle}} | |||
[[Category:CharacterMap methods|DeepCopy function]] | [[Category:CharacterMap methods|DeepCopy function]] | ||
<!--DPL?? Category:CharacterMap methods|DeepCopy function: "Deepcopy" specified CharacterMap object--> | <!--DPL?? Category:CharacterMap methods|DeepCopy function: "Deepcopy" specified CharacterMap object--> | ||
Line 8: | Line 8: | ||
For more information about copyability, see [[Copying objects]]. | For more information about copyability, see [[Copying objects]]. | ||
==Syntax== | |||
{{Template:CharacterMap:DeepCopy subtitle}} | |||
===Syntax terms=== | ===Syntax terms=== | ||
<dl> | <dl> | ||
Line 18: | Line 18: | ||
</dl> | </dl> | ||
==Usage notes== | |||
<ul> | <ul> | ||
<li>The method object (''%rand'') may be null. | <li>The method object (''%rand'') may be null. | ||
The output of a copy of a null object is a null object. | The output of a copy of a null object is a null object. | ||
</ul> | </ul> |
Revision as of 11:34, 15 January 2011
"Deepcopy" specified CharacterMap object (CharacterMap class)
DeepCopy is a member of the CharacterMap class.
For more information about copyability, see Copying objects.
Syntax
"Deepcopy" specified CharacterMap object (CharacterMap class)
Syntax terms
- %newmap
- A CharacterMap object variable to contain the deep copied object.
- %map
- A CharacterMap object variable.
Usage notes
- The method object (%rand) may be null. The output of a copy of a null object is a null object.