Table of Contents

Class CleanUp

Namespace
SunamoShared.Essential
Assembly
SunamoShared.dll

Provides methods for cleaning up and disposing resources.

public static class CleanUp
Inheritance
CleanUp
Inherited Members

Methods

Streams(Stream, FileStream)

Disposes the specified stream and file stream if they are not null.

public static void Streams(Stream stream, FileStream fileStream)

Parameters

stream Stream

The stream to dispose.

fileStream FileStream

The file stream to dispose.