SampleClassSummaryRemarksExample Method

The summary is a brief description of the type or type member and will be displayed in IntelliSense and the Object Browser.

Definition

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public void SummaryRemarksExample()

Remarks

The remarks element should be used to provide more detailed information about the type or member such as how it is used, its processing, etc.

Remarks will only appear in the help file and can be as long as necessary.

See Also