On Sat, 8 Oct 2005 11:08:12 -0400, Peter Ritchie <[EMAIL PROTECTED]> wrote:
>What this error is saying is that you've given anyone access to your Bar >class; but only internal classes have access to the return value of the >Clone() method. Since enforcement of access is done at compile time, this >is an error. Thanks, Peter, that makes sense. >Why would you choose to make an interface internal? Good question, I presume it was to reduce the amount of externally exposed junk. --Dan =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
