TarWriter.Dispose Method

Definition

Disposes the current TarWriter instance, and closes the archive stream if the leaveOpen argument was set to false in the constructor.

public:
 virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()

Implements

Applies to