Click or drag to resize

Dictionary Class

[Missing <summary> documentation for "T:Godot.Collections.Dictionary"]

Inheritance Hierarchy
SystemObject
  Godot.CollectionsDictionary

Namespace:  Godot.Collections
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public class Dictionary : IDictionary, ICollection, 
	IEnumerable, IDisposable

The Dictionary type exposes the following members.

Constructors
  NameDescription
Public methodDictionary
Initializes a new instance of the Dictionary class
Public methodDictionary(IDictionary)
Initializes a new instance of the Dictionary class
Top
Properties
Methods
See Also