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