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