You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
WebProxyconstructor summary: Initializes a new instance of the WebProxy 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 the Aes class.
Constructor, struct
Initializes a new instance of the <Struct> struct.
SqlInt64constructor summary: Initializes a new instance of the SqlInt64 struct using the supplied long integer.