WPF convert System.Windows.Controls.SelectedItemCollection to type 'System.Collections.Generic.IList<T>

 System.Collections.IList items = (System.Collections.IList)obj;
 var booksList = items.Cast<Book>()?.ToList();

 

 

 

posted @ 2024-09-22 19:43  FredGrit  阅读(5)  评论(0编辑  收藏  举报