BackForwardCacheNotRestoredExplanationTreeChildren Property |
Version 104.4.240
Array of children frame
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public IList<BackForwardCacheNotRestoredExplanationTree> Children { get; set; }
public:
property IList<BackForwardCacheNotRestoredExplanationTree^>^ Children {
IList<BackForwardCacheNotRestoredExplanationTree^>^ get ();
void set (IList<BackForwardCacheNotRestoredExplanationTree^>^ value);
}
Property Value
Type:
IListBackForwardCacheNotRestoredExplanationTreeSee Also