Traits in C# Part 3 — Stacking traits
This is the third part of the Traits in C# series. For your convenience you can find other parts in the table of contents in Part 1 — Basic implementation with Fody Last time we implemented method overriding using traits. Today we are going to handle base method calls. Test program We will slightly modify … Continue reading Traits in C# Part 3 — Stacking traits