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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public CefDictionaryValue Copy(
	bool excludeEmptyChildren
)

Parameters

excludeEmptyChildren
Type: SystemBoolean

Return Value

Type: CefDictionaryValue
See Also