Dictionary Class |
[Missing <summary> documentation for "T:Godot.Collections.Dictionary"]
Namespace: Godot.Collections
public class Dictionary : IDictionary, ICollection, IEnumerable, IDisposable
The Dictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| Dictionary | Initializes a new instance of the Dictionary class | |
| Dictionary(IDictionary) | Initializes a new instance of the Dictionary class |
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | ||
| Contains | ||
| CopyTo | ||
| Dispose | Releases all resources used by the Dictionary | |
| Duplicate | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove | ||
| ToString | (Overrides ObjectToString.) |