DeepCloner icon indicating copy to clipboard operation
DeepCloner copied to clipboard

Clone Action<T> delegate is incorrect

Open sgf opened this issue 1 year ago • 0 comments

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.

sgf avatar Dec 06 '23 06:12 sgf