SimpleChoice
enum SimpleChoice
Contains simple choices.
namespace AngleSharp.Dom
{
internal enum SimpleChoice : byte
{
Yes,
No
}
}