[ROOT] / doc / DocFrag / ARCCore.IP.DeepCopy
| Key | Value | 
|---|---|
| Assembly | ARCCore | 
| DocFragType | ClassMember | 
| IsInherited | -False- | 
| IsInheritedDoc | -False- | 
| Lines | -4- | 
| Name | DeepCopy | 
| Namespace | ARCCore | 
| Type | IP | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | IP | 
| MethodName | DeepCopy | 
| MethodSignature | ARCCore.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
Generated 2025-10-31 04:55:32.291 UTC