Skip to the content.

< Back


InheritDocBase

Namespace: MyClassLib

Base type for the <inheritdoc/> demos.

public abstract class InheritDocBase

Inheritance ObjectInheritDocBase
Attributes NullableContextAttribute, NullableAttribute

Remarks:

Defines the documented members the derived types inherit from.

Properties

Name

The configured name.

public abstract string Name { get; set; }

Property Value

String
The display name.

Constructors

InheritDocBase()

protected InheritDocBase()

Methods

Process(Int32)

Processes an input value.

public abstract int Process(int value)

Parameters

value Int32
The input value.

Returns

Int32
The processed value.

Exceptions

ArgumentException
Thrown when value is negative.


< Back