File: Shell\ShellSectionCollection.cs | Web Access |
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls) |
using System.Collections; using System.Collections.Specialized; namespace Microsoft.Maui.Controls { internal sealed class ShellSectionCollection : ShellElementCollection<ShellSection> { public ShellSectionCollection() : base() { } } } |