Click or drag to resize

DictionaryAdd Method

[Missing <summary> documentation for "M:Godot.Collections.Dictionary.Add(System.Object,System.Object)"]

Namespace:  Godot.Collections
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void Add(
	Object key,
	Object value
)

Parameters

key
Type: SystemObject

[Missing <param name="key"/> documentation for "M:Godot.Collections.Dictionary.Add(System.Object,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Godot.Collections.Dictionary.Add(System.Object,System.Object)"]

Implements

IDictionaryAdd(Object, Object)
See Also