[ROOT] / doc / toc / ARCCore / Class / IP / DeepCopy / __TOCDet

KeyValue
AssemblyARCCore
DocFragTypeClassMember
IsInherited-False-
IsInheritedDoc-False-
Lines-4-
NameDeepCopy
NamespaceARCCore
TypeIP

ClassMemberAttribute

KeyValue
DeclaringTypeIP
MethodNameDeepCopy
MethodSignatureARCCore.IP DeepCopy()

Creates a deep copy of this object instance, that is, a copy with all new object instances (except for immutable objects).
Implementing classes are supposed to use this method recursively for a truly deep copy.

Note that there may be some limitations in the implementing class for how truly deep the copy is. For instance if the actual value (TValue) of PValue<T> is not immutable, then the copy returned will probably not be a truly deep copy

Edit


Generated 2024-04-29 10:42:14.323 UTC