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