BaseInheritDocMethodWithLotsOfComments Method

The method in the base class has lots of comments.

Definition

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

Parameters

x  Int32
The parameter

Remarks

Remarks for the base class

Example

C#
/// Example goes here

Exceptions

ArgumentExceptionThrown if x is zero
ArgumentOutOfRangeExceptionThrown if x is less than zero.

See Also