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