Is there a way to document side-effects of a method using the .NET XML documentation tags in the source? [closed]

StackOverflow https://stackoverflow.com/questions/16191195

Question

Is there a way to document side-effects of a method using the .NET XML documentation tags in the source?

If there is no tag specifically for this, what is the recommended way to document side-effects?

Was it helpful?

Solution

you can use tag. Microsoft documents sideeffects cautions under remark section. you can follow the same rule.

Here is the link http://msdn.microsoft.com/en-us/library/5ast78ax%28v=vs.71%29.aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top