BaseInheritDoc.MethodWithTwoExamples Method

Sandcastle XML Comments

Sandcastle XML Comments GuideBaseInheritDocMethodWithTwoExamples Method
A method with two examples

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
protected virtual void MethodWithTwoExamples()
Protected Overridable Sub MethodWithTwoExamples
protected:
virtual void MethodWithTwoExamples()
abstract MethodWithTwoExamples : unit -> unit 
override MethodWithTwoExamples : unit -> unit 
Examples
This is example #1:
// Example #1
This is example #2:
// Example #2
See Also