CefDictionaryValueCopy Method |
Returns a writable copy of this object. If |exclude_empty_children| is true
any empty dictionaries or lists will be excluded from the copy.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic CefDictionaryValue Copy(
bool excludeEmptyChildren
)
Parameters
- excludeEmptyChildren Boolean
-
Return Value
CefDictionaryValue
See Also