PersistentEnumAttribute

Description

sealed class CodeX.PersistentEnumAttribute

Derived from

Attribute abstract

The annotated element is a persistent enumeration.

Persistent enumerations are serialized by storing and retrieving the ordinal value of their enum items. The ordinal values will not change between releases, although new values may be added and existing values may be deprecated.

Ordinal values of the items in a non-persistent enumeration may change between releases.