Click or drag to resize

DictionaryDuplicate Method

[Missing <summary> documentation for "M:Godot.Collections.Dictionary.Duplicate(System.Boolean)"]

Namespace:  Godot.Collections
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Dictionary Duplicate(
	bool deep = false
)

Parameters

deep (Optional)
Type: SystemBoolean

[Missing <param name="deep"/> documentation for "M:Godot.Collections.Dictionary.Duplicate(System.Boolean)"]

Return Value

Type: Dictionary

[Missing <returns> documentation for "M:Godot.Collections.Dictionary.Duplicate(System.Boolean)"]

See Also