DerivedClassWithInheritedDocs.MethodWithTwoExamples Method

Sandcastle XML Comments

Sandcastle XML Comments GuideDerivedClassWithInheritedDocsMethodWithTwoExamples Method
This only includes one of the examples

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