c# - Mixins and .net -
What is, exactly the mix?
Is there any technique to achieve it? C #
I'm not an expert, but this is what I found.
- <
From the MSDN blog:
Some suggestions suggest that in the upcoming C # 3.0 extension methods are a type of mix, You can put functions in and you can tag it arbitrarily on the desired sections. In C # 2.0 specification section 20.1.3 it is explicitly said that the base class of the general category should be a building class type so that it can be used in C # using the above approach. I am also not sure why we choose to reject the obvious sub-class since C # does not support multi-heritage, so IOo should have supported the Mixin style coding.
Comments
Post a Comment