'Declaration Public Function GetSections() As IList(Of Section)
'Usage Dim instance As Container Dim value As IList(Of Section) value = instance.GetSections()
public IList<Section> GetSections()
Return Value
A collection of the Sections in the Container.