C# - Faster way to get set public static fields instead of using Reflection.SetValue / GetValue

前端 未结 0 1716
谎友^
谎友^ 2020-12-01 02:17

I have a scenario where I need to change public static fields during runtime. I understand that I can do it through reflection as below to get set the public static field I

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