Can anyone tell the proper coding convention for xml comments for an enum in C#?
1 Comment
On my team, we add a Summary and optional Remarks to the Enum and also to each constant within the Enum. As for wording within the Summary or Remarks, we don't have a convention.