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

문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top