Dictionary Methods
- Updated2023-02-21
- 6 minute(s) read
The Dictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| AddBoolean | Adds a Boolean element to the dictionary. | |
| AddBooleanArray | Adds an Boolean array element to the dictionary. | |
| AddDouble | Adds a double-precision floating-point numeric element to the dictionary. | |
| AddDoubleArray | Adds a double-precision floating-point numeric array element to the dictionary. | |
| AddI16 | Adds a signed 16-bit integer element to the dictionary. | |
| AddI16Array | Adds a signed 16-bit integer array element to the dictionary. | |
| AddI32 | Adds a signed 32-bit integer element to the dictionary. | |
| AddI32Array | Adds a signed 32-bit integer array element to the dictionary. | |
| AddI64 | Adds a signed 64-bit integer element to the dictionary. | |
| AddI64Array | Adds a signed 64-bit integer array element to the dictionary. | |
| AddString | Adds a string element to the dictionary. | |
| AddStringArray | Adds a string array element to the dictionary. | |
| AddU16 | Adds an unsigned 16-bit integer element to the dictionary. | |
| AddU16Array | Adds an unsigned 16-bit integer array element to the dictionary. | |
| AddU32 | Adds an unsigned 32-bit integer element to the dictionary. | |
| AddU32Array | Adds an unsigned 32-bit integer array element to the dictionary. | |
| AddU64 | Adds an unsigned 64-bit integer element to the dictionary. | |
| AddU64Array | Adds an unsigned 64-bit integer array element to the dictionary. | |
| Clear | Clears the dictionary of all elements. | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetBoolean | Gets the Boolean element specified by name. This method also returns the current value of the element. | |
| GetBooleanArray | Gets the Boolean array element specified by name. This method also returns the current value of the element. | |
| GetDouble | Gets the double-precision floating-point numeric element specified by name. This method also returns the current value of the element. | |
| GetDoubleArray | Gets the double-precision floating-point numeric array element specified by name. This method also returns the current value of the element. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetI16 | Gets the 16-bit signed integer element specified by name. This method also returns the current value of the element. | |
| GetI16Array | Gets the 16-bit signed integer array element specified by name. This method also returns the current value of the element. | |
| GetI32 | Gets the 32-bit signed integer element specified by name. This method also returns the current value of the element. | |
| GetI32Array | Gets the 32-bit signed integer array element specified by name. This method also returns the current value of the element. | |
| GetI64 | Gets the 64-bit signed integer element specified by name. This method also returns the current value of the element. | |
| GetI64Array | Gets the 64-bit signed integer array element specified by name. This method also returns the current value of the element. | |
| GetString | Gets the string element specified by name. This method also returns the current value of the element. | |
| GetStringArray | Gets the string array element specified by name. This method also returns the current value of the element. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetU16 | Gets the unsigned 16-bit integer element specified by name. This method also returns the current value of the element. | |
| GetU16Array | Gets the unsigned 16-bit integer array element specified by name. This method also returns the current value of the element. | |
| GetU32 | Gets the unsigned 32-bit integer element specified by name. This method also returns the current value of the element. | |
| GetU32Array | Gets the unsigned 32-bit integer array element specified by name. This method also returns the current value of the element. | |
| GetU64 | Gets the unsigned 64-bit integer element specified by name. This method also returns the current value of the element. | |
| GetU64Array | Gets the unsigned 64-bit integer array element specified by name. This method also returns the current value of the element. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveElement | Removes the element specified by key, which is the name of the element. | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |