Click or drag to resize

DictionaryTKey, TValueRemove Method (KeyValuePairTKey, TValue)

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

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

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue

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

Return Value

Type: Boolean

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

Implements

ICollectionTRemove(T)
See Also