delegate reference

BCS none at anon.com
Wed Sep 9 09:52:57 PDT 2009


Hello Saaa,

> How should I do this then?

C c;
C2 c2 = new C2;
C3 c3 = new C3;
c=c2;

auto dg = { return c.method(); };

c=c3;




More information about the Digitalmars-d-learn mailing list