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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.