The StandardVariableTable type exposes the following members.

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
Determines whether the specified Object is equal to the current Object.
(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.)

See Also