Method Dispose
Dispose(bool)
Abstract method that is implemented by derived types to perform the dispose operation
protected override void Dispose(bool disposing)
Parameters
disposingboolIndicates if this is a dispose or finalize operation
Remarks
For this class, this is an idempotent method. This allows MOVE semantics for native code to function and callers remain oblivious. Callers should always call this for correctness if it was successfully moved to native code then such a call is a NOP.