StackOverflow 文档 C# Language 教程 BindingList T 添加项目到列表 添加项目到列表 Created: November-22, 2018 BindingList<string> listOfUIItems = new BindingList<string>(); listOfUIItems.Add("Alice"); listOfUIItems.Add("Bob"); 避免 N2 迭代BindingList T