Click or drag to resize

DictionaryTKey, TValueContains Method

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

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

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue

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

Return Value

Type: Boolean

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

Implements

ICollectionTContains(T)
See Also