0

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?

LJNielsenDk
  • 1,414
  • 1
  • 16
  • 32

1 Answers1

2

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

Jack
  • 741
  • 1
  • 8
  • 25