Click or drag to resize

DictionaryTKey, TValueKeys Property

[Missing <summary> documentation for "P:Godot.Collections.Dictionary`2.Keys"]

Namespace:  Godot.Collections
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public ICollection<TKey> Keys { get; }

Property Value

Type: ICollectionTKey

Implements

IDictionaryTKey, TValueKeys
See Also