Why does an entry in a list get changed when I set a variable to that entry and change the variable?

前端 未结 0 739
一向
一向 2020-12-29 01:06

I have code that looks like this;

public ObservableCollection ListOfPhrases{
   get => _listOfPhrases;
   set => SetProperty(ref _         


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