Click or drag to resize

DictionaryTKey, TValueAdd Method (KeyValuePairTKey, TValue)

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

Namespace:  Godot.Collections
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void Add(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue

[Missing <param name="item"/> documentation for "M:Godot.Collections.Dictionary`2.Add(System.Collections.Generic.KeyValuePair{`0,`1})"]

Implements

ICollectionTAdd(T)
See Also