c# - 通过 .net 反射仅获取 protected 成员

IsPrivate表示方法为private .
IsFamily表示方法为protected .
IsAssembly表示方法为internal .

Reference:
https://www.coder.work/article/3080982

posted on 2023-07-06 22:46  norsd  阅读(10)  评论(0)    收藏  举报  来源

导航