Click or drag to resize

DictionaryTKey, TValueContainsKey Method

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

Namespace:  Godot.Collections
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool ContainsKey(
	TKey key
)

Parameters

key
Type: TKey

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Collections.Dictionary`2.ContainsKey(`0)"]

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also