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