public ICollection<CardSection> Sections { get; }Public ReadOnly Property Sections As ICollection(Of CardSection)
Getpublic:
property ICollection<CardSection^>^ Sections {
ICollection<CardSection^>^ get ();
}member Sections : ICollection<CardSection> with get