ScriptingVariableBag Class |
Provides a key indexed variable bag.
Inheritance Hierarchy
Namespace:
RRAutoLib.Scripting
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxThe ScriptingVariableBag type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Item | Gets or set a keyed variable value. |
Top
RemarksThis type simplifies global variable declaration within scripting. Declare one instance of this class and have an infinite number of globals.
See Also