public class a{ public string x1 {get;set;} public string x2 {get;set;} public string x3 {get;set;} } public class b:a{ }
Obviously v
v
Not possible. Even if you think you have it, the compiler will complain.
This usually indicates a design or logical error.