Click or drag to resize

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.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public CefDictionaryValue Copy(
	bool excludeEmptyChildren
)

Parameters

excludeEmptyChildren  Boolean
 

Return Value

CefDictionaryValue
See Also