Click or drag to resize
Sandcastle XML Comments GuideBaseInheritDocMethodWithLotsOfComments Method
The method in the base class has lots of comments.

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public virtual void MethodWithLotsOfComments(
	int x
)

Parameters

x
Type: SystemInt32
The parameter
Exceptions
ExceptionCondition
ArgumentExceptionThrown if x is zero
ArgumentOutOfRangeExceptionThrown if x is less than zero.
Remarks
Remarks for the base class
Examples
/// Example goes here
See Also