The StandardVariableTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
StandardVariableTable |
Initializes a new instance of the StandardVariableTable class
|
Methods
Name | Description | |
---|---|---|
![]() |
AddConstant |
Adds a new variable which is marked as a constant.
(Inherited from VariableTable.) |
![]() |
AddVariable | Overloaded. |
![]() |
Clear |
Clears all variables from the table.
(Inherited from VariableTable.) |
![]() |
ContainsKey | (Inherited from VariableTable.) |
![]() |
ContainsVariable | (Inherited from VariableTable.) |
![]() |
CopyConstantsFrom | (Inherited from VariableTable.) |
![]() |
CopyVariablesFrom | (Inherited from VariableTable.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetLightWeightInstance |
Returns a new empty VariableTable.
(Inherited from VariableTable.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
GetVariable |
Gets an existing variable, returns null if variable is not found.
(Inherited from VariableTable.) |
![]() |
GetVariables |
Returns all the variable in the table.
(Inherited from VariableTable.) |
![]() |
Init | (Inherited from VariableTable.) |
![]() |
IsEmpty | (Inherited from VariableTable.) |
![]() |
KeySet |
Returns the names of all the variables.
(Inherited from VariableTable.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
Remove | Overloaded. |
![]() |
SetVariableFactory | (Inherited from VariableTable.) |
![]() |
Size | (Inherited from VariableTable.) |
![]() |
ToString | (Inherited from VariableTable.) |
![]() |
Values |
A collection of all the variables
(Inherited from VariableTable.) |
Fields
Name | Description | |
---|---|---|
![]() |
table | (Inherited from VariableTable.) |
![]() |
vf | (Inherited from VariableTable.) |