DomNoInterfaceObjectAttribute
This attribute appears on interfaces, which must not be available
in the ECMAScript binding.
using System;
namespace AngleSharp.Attributes
{
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface, Inherited = false)]
public sealed class DomNoInterfaceObjectAttribute : Attribute
{
}
}