- Notifications
You must be signed in to change notification settings - Fork1.6k
Summary: Enum
Maira Wenzel edited this pageApr 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 asSpecifies orDescribes.> | FormBorderStyleenum summary: Specifies the border styles for a form. MouseButtonsenum summary: Specifies constants that define which mouse button was pressed. |
Enum member | <Noun phrase. Begin with an introductory article, if appropriate.> | BorderStyle.FixedSingleenum 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.MemberAccessMaskenum member summary: A mask used to retrieve the scope of a method. |