Base Inherit DocMethod With Two Examples Method
A method with two 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 virtual void MethodWithTwoExamples()VB
Protected Overridable Sub MethodWithTwoExamplesC++
protected:
virtual void MethodWithTwoExamples()F#
abstract MethodWithTwoExamples : unit -> unit
override MethodWithTwoExamples : unit -> unit Example
This is example #1:
// Example #1
This is example #2:
// Example #2