DictionaryTKey, TValue Class |
[Missing <summary> documentation for "T:Godot.Collections.Dictionary`2"]
Namespace: Godot.Collections
public class Dictionary<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
[Missing <typeparam name="TKey"/> documentation for "T:Godot.Collections.Dictionary`2"]
[Missing <typeparam name="TValue"/> documentation for "T:Godot.Collections.Dictionary`2"]
The DictionaryTKey, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| DictionaryTKey, TValue | Initializes a new instance of the DictionaryTKey, TValue class | |
| DictionaryTKey, TValue(IDictionaryTKey, TValue) | Initializes a new instance of the DictionaryTKey, TValue class | |
| DictionaryTKey, TValue(Dictionary) | Initializes a new instance of the DictionaryTKey, TValue class |
| Name | Description | |
|---|---|---|
| Add(KeyValuePairTKey, TValue) | ||
| Add(TKey, TValue) | ||
| Clear | ||
| Contains | ||
| ContainsKey | ||
| CopyTo | ||
| Duplicate | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove(KeyValuePairTKey, TValue) | ||
| Remove(TKey) | ||
| ToString | (Overrides ObjectToString.) | |
| TryGetValue |
| Name | Description | |
|---|---|---|
| (DictionaryTKey, TValue to Dictionary) |