Class RHCopy
- Namespace
- SunamoReflection
- Assembly
- SunamoReflection.dll
Provides deep copy functionality for objects using reflection-based cloning.
public static class RHCopy
- Inheritance
-
RHCopy
- Inherited Members
Methods
Copy(object)
Creates a deep copy of the specified object, handling circular references.
public static object? Copy(object originalObject)
Parameters
originalObjectobjectThe object to copy.
Returns
- object
A deep copy of the object.