DisposeChainAttribute

Description

[SemanticHint]
sealed class CodeX.DisposeChainAttribute

Derived from

Attribute abstract

The attributed method is part of overriding method chain of a disposable type.

A dispose chain method must have the following signature:

[DisposeChain]
void TheMethodNameCanBeChosenFreely();

Each method in a disposal chain must call its base method before returning.