明日こそ早起きする

興味あるものはなんでも

2017-02-14から1日間の記事一覧

LinqのSelectManyを使って、ListでCountを持っているObjectの型をListにしてCount分増やす

なにを言っているかわからないと思うが、俺もわからない 下のコード見てどうにか理解してほしい using System; using System.Linq; using System.Collection.Generic; class Hoge{ class Item{ public string name; public int count; } static void Main(){…