Determine the name of a constant based on the value

后端 未结 7 1067
广开言路
广开言路 2021-01-05 22:07

Is there a way of determining the name of a constant from a given value?

For example, given the following:

public const uint ERR_OK = 0x00000000;

Ho

7条回答
提交回复
热议问题