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