I have enum and use the variables like myEnum.SomeNameA
, myEnum.SomeNameB
, etc. When I return one of these variables from a function, can I print their names (such as myEnum.SomeNameA
) instead of the value they returned?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…