File: IXmlLineInfoProvider.cs | Web Access |
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls) |
#nullable disable using System.Xml; namespace Microsoft.Maui.Controls.Xaml { public interface IXmlLineInfoProvider { IXmlLineInfo XmlLineInfo { get; } } } |