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.

ItemWordingExamples
Constructor, classInitializes a new instance of the <Class> class.WebProxyconstructor summary:
Initializes a new instance of the WebProxy class.
Constructor, abstract classCalled from constructors in derived classes to initialize the <Class> class.Aesconstructor summary:
Called from constructors in derived classes to initialize the Aes class.
Constructor, structInitializes a new instance of the <Struct> struct.SqlInt64constructor summary:
Initializes a new instance of the SqlInt64 struct using the supplied long integer.

Clone this wiki locally