class Parent {
public string A { get; set; }
}
class Child : Parent {
public string B { get; set; }
}
Tôi chỉ cần lấy tài sản B, không có tài sản A nhưng
Child.GetProperties(System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Instance)
trả về cả hai thuộc tính: /