- Notifications
You must be signed in to change notification settings - Fork1.6k
Summary: Constructor
Maira Wenzel edited this pageApr 23, 2019 ·2 revisions
The following table provides wording guidelines and boilerplate text for Summary sections in constructor pages. For guidelines on documenting overloaded constructors, see theOverloaded member section.
Item | Wording | Examples |
---|---|---|
Constructor, class | Initializes a new instance of the<Class> class. | WebProxyconstructor summary: Initializes a new instance of theWebProxy class. |
Constructor, abstract class | Called from constructors in derived classes to initialize the<Class> class. | Aesconstructor summary: Called from constructors in derived classes to initialize theAes class. |
Constructor, struct | Initializes a new instance of the<Struct> struct. | SqlInt64constructor summary: Initializes a new instance of theSqlInt64 struct using the supplied long integer. |