DerivedClassWithInheritedDocs.MethodUsingSharedExample Method

Sandcastle XML Comments

Sandcastle XML Comments GuideDerivedClassWithInheritedDocsMethodUsingSharedExample Method
This uses a shared example from a base member that is not public and this doesn't override.

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public void MethodUsingSharedExample()
Public Sub MethodUsingSharedExample
public:
void MethodUsingSharedExample()
member MethodUsingSharedExample : unit -> unit 
Examples
This is example #2:
// Example #2
See Also