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

Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top