I am building docs for my Electronic Data Interchange library. One of the files in this library uses the type-safe enum pattern in order to define Currency Codes.
When the API docs are rendered for this class, the static readonly members are listed, however their values are not readily available even after clicking on them. Where is the value of this property stored and how can it be recovered for viewing?
I am building docs for my Electronic Data Interchange library. One of the files in this library uses the type-safe enum pattern in order to define Currency Codes.
When the API docs are rendered for this class, the
static readonlymembers are listed, however their values are not readily available even after clicking on them. Where is the value of this property stored and how can it be recovered for viewing?