Click or drag to resize

DictionaryTKey, TValueGetEnumerator Method

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

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

Return Value

Type: IEnumeratorKeyValuePairTKey, TValue

[Missing <returns> documentation for "M:Godot.Collections.Dictionary`2.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
See Also