'DeclarationPublic Function GetSections() As IList(Of Section)
'UsageDim 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.