Click or drag to resize

DictionaryTKey, TValue Constructor (IDictionaryTKey, TValue)

Namespace:  Godot.Collections
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Dictionary(
	IDictionary<TKey, TValue> dictionary
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryTKey, TValue

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

See Also