Re: Framework 3.5 Copy POCO?
Peter Ritchie <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.advanced |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
I'm seen ICloneable used alot and I've never seen it used in a situation where ICloneable objects were used; they were always a type (or subtype) implementing ICloneable. As Trey references, I also recommend not using ICloneable at all; just implement a method that does the clone. While you're at it, rename it something intention-revealing like "ShallowClone" or "DeepClone". =================================== View archives and manage your subscription(s) at http://peach.ease.lsoft.com/archives