public void Dispose()
Public Sub Dispose
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
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.