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

Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top