ppittle / pMixins

pMixins - Mixin framework for C#
http://pMixins.com
Apache License 2.0
23 stars 5 forks source link

Explore mixing in Unary and Binary operators #28

Open ppittle opened 10 years ago

ppittle commented 10 years ago

Unary: ++, --, !, etc Binary: +,-, & /, etc

Would need a flag on pMixinAttribute.

Default should be false.

This could only be done for one Mixin.

Not sure how much value this would add.