CefDictionaryValue Copy Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public CefDictionaryValue Copy(
	bool excludeEmptyChildren
)

Parameters

excludeEmptyChildren
Type: OnlineSystem Boolean

[Missing <param name="excludeEmptyChildren"/> documentation for "M:Xilium.CefGlue.CefDictionaryValue.Copy(System.Boolean)"]

Return Value

Type: CefDictionaryValue

[Missing <returns> documentation for "M:Xilium.CefGlue.CefDictionaryValue.Copy(System.Boolean)"]

See Also