Name | Description | |
---|---|---|
Get | Gets the value of the specified key in the specified dictionary. | |
Known | Tests whether a specific key is found in the specified dictionary. | |
Put | Sets the value of a dictionary key, adding the key to the dictionary if it is not already present. | |
PutBool | Sets the Boolean value of a dictionary key, adding the key to the dictionary if it is not already present. | |
PutFixed | Sets the fixed value of a dictionary key, adding the key to the dictionary if it is not already present. | |
PutInt | Sets the integer value of a dictionary key, adding the key to the dictionary if it is not already present. | |
PutName | Sets the name value of a dictionary key, adding the key to the dictionary if it is not already present. | |
Remove | Removes a key-value pair from a dictionary. |
Is this page helpful?
Yes
No