IDocumentStyle
interface IDocumentStyle
using AngleSharp.DOM.Collections;
namespace AngleSharp.DOM
{
internal interface IDocumentStyle
{
StyleSheetList StyleSheets { get; }
}
}