Click or drag to resize

Dictionary Constructor (IDictionary)

Initializes a new instance of the Dictionary class

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

Parameters

dictionary
Type: System.CollectionsIDictionary

[Missing <param name="dictionary"/> documentation for "M:Godot.Collections.Dictionary.#ctor(System.Collections.IDictionary)"]

See Also