Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
List<Button> buttonsタグオブジェクトを含むボタンのリストがあります。
List<Button> buttons
次に、辞書オブジェクト
Dictionary<int, string> buttonGroups = new Dictionary<int, string>();
LINQ を使用してタグがキーと一致する場所Listからボタンを返すにはどうすればよいですか?List<Button> buttonsbuttonGroups
List
buttonGroups