EmptyBodyAttribute

Description

sealed class CodeX.EmptyBodyAttribute

Derived from

Attribute abstract

The virtual member has an empty or default body and does not need to be called by overriding methods.

If the members return type is void, it contains no statements at all. Otherwise it contains a single return statement that returns some meaningful default value of the return type (e.g. false for bool).