Name | Description | |
---|---|---|
![]() | NVariableMap Constructor | Default constructor |
The following tables list the members exposed by NVariableMap.
Name | Description | |
---|---|---|
![]() | NVariableMap Constructor | Default constructor |
Name | Description | |
---|---|---|
![]() | Count | Gets the count of items in this map. |
![]() | Item | Gets or sets the value for the specified name. |
![]() | Keys | Gets the set of keys in this map |
![]() | Values | Gets the set of values in this map |
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. |