AdjacentPosition
Enumeration with possible values for the adjacent position insertation.
namespace AngleSharp.Dom
{
public enum AdjacentPosition : byte
{
BeforeBegin,
AfterBegin,
BeforeEnd,
AfterEnd
}
}