Version 104.4.240 
            @supports CSS at-rule array.
            The array enumerates @supports at-rules starting with the innermost one, going outwards.
            
 
    Namespace: 
   CefSharp.DevTools.CSS
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic IList<CSSSupports> Supports { get; set; }public:
property IList<CSSSupports^>^ Supports {
	IList<CSSSupports^>^ get ();
	void set (IList<CSSSupports^>^ value);
}Property Value
Type: 
IListCSSSupports
See Also