Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented NoCopy Attribute #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nuhash
Copy link

@nuhash nuhash commented Jun 25, 2015

I used your code for a project of mine but I also needed to be able to not deep copy objects of certain types. I implemented an attribute called NoCopy which when detected via reflection it will not create a deep copy of the object.

Please give some feedback. Thank you.

The NoCopy attribute was implemented to allow users to indicate objects
which should not be copied.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant