投稿者 KOZ  (社会人) 投稿日時 2024/5/5 00:13:25
using HitItemCollection = System.Collections.Generic.List<MauiTouch2.HitItem>;
(略)
 public HitItemCollection HitItems { get; } = new HitItemCollection();     //<= ここ
(略)