Avoiding casting in the members of a non generic base class

前端 未结 0 885
灰色年华
灰色年华 2021-02-20 12:46

Consider the following:

    public abstract class Base
    {
        protected object _body;
        public object Body
        {
            get => _body;
            


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