DebugHelperAttribute

Description

sealed class CodeX.DebugHelperAttribute

Derived from

Attribute abstract

The annotated member is a helper for debugging.

By convention, debug helpers should be named Debug* and the default value (e.g. false for bool and 0 for int) should disable the debug helper feature.