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