Click or drag to resize

DictionaryTKey, TValueAdd Method (TKey, TValue)

[Missing <summary> documentation for "M:Godot.Collections.Dictionary`2.Add(`0,`1)"]

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

Parameters

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Godot.Collections.Dictionary`2.Add(`0,`1)"]

value
Type: TValue

[Missing <param name="value"/> documentation for "M:Godot.Collections.Dictionary`2.Add(`0,`1)"]

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also