Type.GetFields() - only returning “public const” fields

前端 未结 0 1545
独厮守ぢ
独厮守ぢ 2021-02-11 21:11

I want to call Type.GetFields() and only get back fields declared as \"public const\". I have this so far...

type.GetFields(BindingFlags.Static | BindingFlags.P         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题