Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a new item with the specified key and value. Throws an exception, if item for this key already exists. |
![]() | Clear | Removes all variables |
![]() | Contains | Overloaded. Checks whether there is a value for the specified variable name |
![]() | CopyTo | Copies all items of this set to the specified array, starting from the specified array index. |
![]() | Get | Gets the value that corresponds to the specified name. Throws an exception, if value for this name does not exist. |
![]() | GetIterator | Gets an iterator that iterates through the items of the map. |
![]() | Remove | Overloaded. Removes a variable by name |
![]() | Set | Sets a value for the variable with the specified name |
![]() | ToArray | Converts this set to an array. |
![]() | TryGet | Tries to get the value for the specified name. |