DeepCloner
DeepCloner copied to clipboard
Clone Action<T> delegate is incorrect
Clone Action<T> delegate is incorrect, DeepClone appears to Clone the Action<T>.Target object, which it shouldn't be, because the delegate itself should just be a pointer to the target method.