NevronOpenVision
Nevron.Nov.Formulas Namespace / NVariableMap Class


In This Topic
NVariableMap Class Methods
In This Topic

For a list of all members of this type, see NVariableMap members.

Public Methods
 NameDescription
Public MethodOverloaded. Adds a new item with the specified key and value. Throws an exception, if item for this key already exists.  
Public MethodRemoves all variables  
Public MethodOverloaded. Checks whether there is a value for the specified variable name  
Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
Public MethodGets the value that corresponds to the specified name. Throws an exception, if value for this name does not exist.  
Public MethodGets an iterator that iterates through the items of the map.  
Public MethodOverloaded. Removes a variable by name  
Public MethodSets a value for the variable with the specified name  
Public MethodConverts this set to an array.  
Public MethodTries to get the value for the specified name.  
Top
See Also