ShadowRoot
sealed class ShadowRoot : Node, IShadowRoot, IDocumentFragment, INode, IEventTarget, IMarkupFormattable, IParentNode, INonElementParentNode
Represents a shadow root.
using System;
using System;
using System.Runtime.CompilerServices;
namespace AngleSharp.Attributes
{
[System.Runtime.CompilerServices.NullableContext(1)]
[System.Runtime.CompilerServices.Nullable(0)]
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Interface | AttributeTargets.Delegate, AllowMultiple = true, Inherited = false)]
public sealed class DomNameAttribute : Attribute
{
public string OfficialName { get; } = officialName;
public DomNameAttribute(string officialName)
{
}
}
}