The StandardFunctionTable type exposes the following members.

Methods

  Name Description
AddFunction
Adds an entry in the function table.
(Inherited from FunctionTable.)
Clear
Clears all functions from the table
(Inherited from FunctionTable.)
ContainsKey
Returns true if the table contains function with the specified name
(Inherited from FunctionTable.)
ContainsValue
Returns true if the table contains a function with the specified IPFMC
(Inherited from FunctionTable.)
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.)
GetFunction
(Inherited from FunctionTable.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLightWeightInstance
Returns the light weight instance of this table
(Inherited from FunctionTable.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Init
Initialzation
(Inherited from FunctionTable.)
IsEmpty
True if the table contains no functions
(Inherited from FunctionTable.)
KeySet
Returns the names from the function table
(Inherited from FunctionTable.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove
Removes an entry from the table and returns the IPFMC associated with it
(Inherited from FunctionTable.)
ShallowCopy (Overrides FunctionTable..::.ShallowCopy()()().)
Size
Returns the number of entries in the function table
(Inherited from FunctionTable.)
ToString
Prints the function table as a string.
(Inherited from FunctionTable.)
Values
Returns the values of the key-value pairs which are the function classes
(Inherited from FunctionTable.)

See Also