Indicates whether this enum is scoped (e.g. enum class).
<mrdocs/Metadata/Symbol/Enum.hpp>
bool Scoped = false;
If true, the enumerators are accessed with the scope resolution operator (e.g. EnumName::Enumerator).
If false, the enumerators are accessed directly (e.g. Enumerator) in the parent context.