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