Removes an entry from the table and returns the IPFMC associated with it

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public IPostfixMathCommand Remove(
	string key
)
Visual Basic (Declaration)
Public Function Remove ( _
	key As String _
) As IPostfixMathCommand
Visual C++
public:
IPostfixMathCommand^ Remove(
	String^ key
)

Parameters

key
Type: System..::.String

Return Value

See Also