Click to expand
Sandcastle XML Comments Guide

BaseInheritDoc MethodWithExample Method

Summary for the method with an example

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public virtual bool MethodWithExample()

Return Value

Type: Boolean
True all the time
Examples
This example is from the base class
// 'x' is always true 
bool x = instance.MethodWithExample();
See Also

Reference