The VariableTable type exposes the following members.

Constructors

  Name Description
VariableTable
Initializes a new instance of the VariableTable class

Methods

  Name Description
AddConstant
Adds a new variable which is marked as a constant.
AddVariable Overloaded.
Clear
Clears all variables from the table.
ContainsKey
ContainsVariable
CopyConstantsFrom
CopyVariablesFrom
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.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetVariable
Gets an existing variable, returns null if variable is not found.
GetVariables
Returns all the variable in the table.
Init
IsEmpty
KeySet
Returns the names of all the variables.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove Overloaded.
SetVariableFactory
Size
ToString (Overrides Object..::.ToString()()().)
Values
A collection of all the variables

Fields

  Name Description
table
vf

See Also