> I thought for sure that it supported multiple inheritance, where you
passed the 2 parents and the first-listed parent was the dominant one,
meaning that if both parents had the same PEM, the first-listed parent took
precedence.

The C# version looks pretty much like this

class A : B, C, D 
{...}

However, only B can be a class here. C and D have to be interfaces.

-- 
Christof



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/a3cae47f8d09498fa1cea19e956a4...@fpl5
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to