Are C# extension methods considered as trait?
From what i read at wikipedia wikipedia a trait is a concept in OOP which represents a set of methods that can be used to extend the funcionality of a class. So the extension methods in C# do just that, don't they?
However in supported languages I cant see C# support which confuses me a lot. Do i understand the concept correctly?