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.
私はリストのリストを持っています、それをリストホルダーと呼びます。リストホルダーに含まれるリストの数を数えたい。listholder.count()が機能していないようです(定義なし)。
私はそれをこのように宣言しました:
List<List<T>> listholder = new List<List<T>>();
試してみました
listholder.count()
listholder.Count()そのリスト内の要素の数、つまりリストに含まれるリストの数を返します。
listholder.Count()