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