Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Summary: Enum

Maira Wenzel edited this page Apr 23, 2019 · 1 revision

The following table provides wording guidelines and boilerplate text for Summary sections in enum pages and its members.

Item Wording Examples
Enum <Begin with a present-tense third-person verb, such as Specifies or Describes.> FormBorderStyle enum summary:
Specifies the border styles for a form.

MouseButtons enum summary:
Specifies constants that define which mouse button was pressed.
Enum member <Noun phrase. Begin with an introductory article, if appropriate.> BorderStyle.FixedSingle enum member summary:
A single-line border.
Enum member used as a mask A mask used to retrieve <noun phrase>.

Note:
If the enum member will be used as a mask, call this out, and specify the information to be retrieved using the mask.
MethodAttributes.MemberAccessMask enum member summary:
A mask used to retrieve the scope of a method.
Clone this wiki locally
Morty Proxy This is a proxified and sanitized view of the page, visit original site.