BaseInheritDocMethodWithExample Method

Summary for the method with an example

Definition

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

Return Value

Boolean
True all the time

Example

This example is from the base class
C#
// 'x' is always true
bool x = instance.MethodWithExample();

See Also