Version 104.4.240 
            Cascade layer array. Contains the layer hierarchy that this rule belongs to starting
            with the innermost layer and going outwards.
            
 
    Namespace: 
   CefSharp.DevTools.CSS
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic IList<CSSLayer> Layers { get; set; }public:
property IList<CSSLayer^>^ Layers {
	IList<CSSLayer^>^ get ();
	void set (IList<CSSLayer^>^ value);
}Property Value
Type: 
IListCSSLayer
See Also