Hey,
is there a way to share xml-documentation of the parameters to all the overloads? Lets say I have 10 overloads of a method but they all share the first 5 parameter (I use C# so I cannot have optional parameters).
How do I do so that I do not have to write the same text for all of the parameters?