Click or drag to resize

DictionaryTKey, TValue Class

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

Inheritance Hierarchy
SystemObject
  Godot.CollectionsDictionaryTKey, TValue

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

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "T:Godot.Collections.Dictionary`2"]

TValue

[Missing <typeparam name="TValue"/> documentation for "T:Godot.Collections.Dictionary`2"]

The DictionaryTKey, TValue type exposes the following members.

Constructors
  NameDescription
Public methodDictionaryTKey, TValue
Initializes a new instance of the DictionaryTKey, TValue class
Public methodDictionaryTKey, TValue(IDictionaryTKey, TValue)
Initializes a new instance of the DictionaryTKey, TValue class
Public methodDictionaryTKey, TValue(Dictionary)
Initializes a new instance of the DictionaryTKey, TValue class
Top
Properties
Methods
Operators
See Also