Frees resources that the Expr uses internally.
The Expr should not be used after Dispose() has been called.
Calling Dispose is not necessary, and in fact it has no effect, on Exprs that are created by calling Expr constructors. It only affects Exprs that are created by reading from a link using the GetExpr or PeekExpr methods.Expr Class | Wolfram.NETLink Namespace