Sandcastle XML Comments Guide
![]() | BaseInheritDocMethodWithLotsOfComments Method |
The method in the base class has lots of comments.
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntaxpublic virtual void MethodWithLotsOfComments( int x )
Public Overridable Sub MethodWithLotsOfComments ( x As Integer )
public: virtual void MethodWithLotsOfComments( int x )
abstract MethodWithLotsOfComments : x : int -> unit override MethodWithLotsOfComments : x : int -> unit
Parameters
- x
- Type: SystemInt32
The parameter
Exceptions| Exception | Condition |
|---|---|
| ArgumentException | Thrown if x is zero |
| ArgumentOutOfRangeException | Thrown if x is less than zero. |
RemarksRemarks for the base class
Examples/// Example goes here
See Also