Derived Class With Inherited DocsMethod With Two Examples Method
This only includes one of the examples
Definition
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
protected override void MethodWithTwoExamples()VB
Protected Overrides Sub MethodWithTwoExamplesC++
protected:
virtual void MethodWithTwoExamples() overrideF#
abstract MethodWithTwoExamples : unit -> unit
override MethodWithTwoExamples : unit -> unit Example
This is example #2:
// Example #2