BaseInheritDocMethodWithExample Method
Summary for the method with an example
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public virtual bool MethodWithExample()
Public Overridable Function MethodWithExample As Boolean
public:
virtual bool MethodWithExample()
abstract MethodWithExample : unit -> bool
override MethodWithExample : unit -> bool
Return Value
BooleanTrue all the time
This example is from the base class
// 'x' is always true
bool x = instance.MethodWithExample();