Auto-Implemented Properties c#

后端 未结 5 472
小鲜肉
小鲜肉 2020-12-01 21:40
  1. could someone explain me what\'s the idea behind using Auto-Implemented Properties c#?

    public class Customer
    {
        public int ID { get; set; }
        p         
    
    
            
5条回答
提交回复
热议问题