目录前言一、if - else 语句案例需求描述二、case语句三、while 语句四、until语句五、for语句for 语法写法一for 语法写法二for 语法写法三无限for循环六、select 语句八、文件测试 test九、整数和字符串比较 t
I want to create an attached property of type ObservableCollection<Notification> and bind it to a property of the same type on the DataContext.