Skip to content

Summary: Constructor

Maira Wenzel edited this page Apr 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 the Overloaded member section.

Item Wording Examples
Constructor, class Initializes a new instance of the <Class> class. WebProxy constructor summary:
Initializes a new instance of the WebProxy class.
Constructor, abstract class Called from constructors in derived classes to initialize the <Class> class. Aes constructor summary:
Called from constructors in derived classes to initialize the Aes class.
Constructor, struct Initializes a new instance of the <Struct> struct. SqlInt64 constructor summary:
Initializes a new instance of the SqlInt64 struct using the supplied long integer.