Themed 2026 Presentation Style Preview

BaseInheritDocMethodWithExample Method

Summary for the method with an example

Definition

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

Return Value

Boolean
True all the time

Example

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

See Also