BaseInheritDoc.MethodWithExample Method

Sandcastle XML Comments

Sandcastle XML Comments GuideBaseInheritDocMethodWithExample 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()
Public Overridable Function MethodWithExample As Boolean
public:
virtual bool MethodWithExample()
abstract MethodWithExample : unit -> bool 
override MethodWithExample : unit -> bool 

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