On Mon, 24 May 2010 13:11:27 -0400, Simen kjaeraas <[email protected]> wrote:

Steven Schveighoffer <[email protected]> wrote:

And if 3rd party X _needs_ to use interfaces, and 3rd party Y _needs_ to use interfaces, and your code depends on X and Y, and interfaces aren't defined by dcollections, where are you then?

You're at the point where the language allows you to create a class
following an interface, which whose all methods redirect to those of
the struct. This could even be done automagically.

A situation Robert has stated he would like to avoid.

-Steve

Reply via email to