Derived Class With Inherited DocsMethod Using Shared Example Method
This uses a shared example from a base member that is not
public and this doesn't override.
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#
public void MethodUsingSharedExample()VB
Public Sub MethodUsingSharedExampleC++
public:
void MethodUsingSharedExample()F#
member MethodUsingSharedExample : unit -> unit Example
This is example #2:
// Example #2