public List<CardInfo>? CardInfoList { get; set; }Public Property CardInfoList As List(Of CardInfo)
Get
Setpublic:
property List<CardInfo^>^ CardInfoList {
List<CardInfo^>^ get ();
void set (List<CardInfo^>^ value);
}member CardInfoList : List<CardInfo> with get, set