Why does a command have just a { get; set } which other parameters have a backing field specified?

前端 未结 0 1040
隐瞒了意图╮
隐瞒了意图╮ 2020-12-13 10:26

Given this code:

    public ICommand CopyCmd { get; set; }

    string _fullName;

    public string FullName
    {
        get => _fullName;
        set =         


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