CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: BioPhysEngr

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    4,914

    Re: Type-safe copy interface

    I hate to bump this, but was still curious if there was a design pattern I was missing: sorry! I asked this question back in February to not much response. Does anyone happen to have any...
  2. Replies
    3
    Views
    4,914

    Type-safe copy interface

    Hi,

    I am trying to implement an interface in C# that requires implementing classes to return a copy of themselves in a type-safe manner (i.e. returning the implementing class' own type, NOT an...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured