MethodImplAttribute
Dummy to cover method impl. attribute.
using System;
namespace AngleSharp.Extensions
{
internal class MethodImplAttribute : Attribute
{
public MethodImplAttribute(MethodImplOptions options)
{
}
}
}