Tried a few things but they all fall foul.
I am reading this article
Deep Copy of Object in C#
I tried the reflection method, but if throws an exception about an object not having an empty constructor, Forms.Cursor is the type.
The serialisation method just seems heavy to me, and I need performance. Perhaps I am wrong.
Anyone from the congregation done this? If so, best practices and some pointers would be gratefully received.
I know it's late, and this is only for plan B so take your time.
I am reading this article
Deep Copy of Object in C#
I tried the reflection method, but if throws an exception about an object not having an empty constructor, Forms.Cursor is the type.
The serialisation method just seems heavy to me, and I need performance. Perhaps I am wrong.
Anyone from the congregation done this? If so, best practices and some pointers would be gratefully received.
I know it's late, and this is only for plan B so take your time.

Comment