NevronOpenVision
Nevron.Nov.Formulas Namespace / NVariableMap Class
Properties Methods


NVariableMap Class Members

The following tables list the members exposed by NVariableMap.

Public Constructors
 NameDescription
Public ConstructorDefault constructor  
Top
Public Properties
 NameDescription
Public PropertyGets the count of items in this map.  
Public PropertyGets or sets the value for the specified name.  
Public PropertyGets the set of keys in this map  
Public PropertyGets the set of values in this map  
Top
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