Raise event in “recursive” class

后端 未结 0 1775
庸人自扰
庸人自扰 2020-12-10 20:11

Let\'s say I have the following class:

public class Foo
{
    public bool? isChecked{ get; set;}
    public Dictionary Children { get; set; }
         


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