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
Tag: Traits
Traits in C# Part 2 — Overrides
This is the second 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 saw simple implementation of traits in C#. Today we are going to handle various overrides. Let’s go. Test code We … Continue reading Traits in C# Part 2 — Overrides
Traits in C# Part 1 — Basic implementation with Fody
This is the first part of the Traits in C# series. For your convenience you can find other parts using the links below : Part 1 — Basic implementation with Fody Part 2 — Overrides Part 3 — Stacking traits If you are interested in the topic see the article from „Implementacja traitów w języku … Continue reading Traits in C# Part 1 — Basic implementation with Fody