BackForwardCacheNotRestoredExplanationTreeChildren Property |
Version 107.1.120
Array of children frame
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 107.1.120.0 (107.1.120.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