public CardCacheCollectionProxy<Card> Cards { get; }
Public ReadOnly Property Cards As CardCacheCollectionProxy(Of Card)
Get
public:
property CardCacheCollectionProxy<Card^>^ Cards {
CardCacheCollectionProxy<Card^>^ get ();
}
member Cards : CardCacheCollectionProxy<Card> with get