C#反射的学习(二)--访问字段、属性、方法

前文说到了反射得到类中的成员信息。this 这篇对类中的成员信息进行访问。spa 使用到的例子类以下:.net public class Person { private int _test3; private int _test1 { get; set; } protected int Test2 { get; set; }
相关文章
相关标签/搜索