[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.StreamExtension.MakeUndisposable

MakeUndisposable Method

MakeUndisposable(Stream)

Creates a wrapper around the specified stream that prevents the Dispose method from being called.

Declaration
public static Stream MakeUndisposable(this Stream stream)
Parameters
Type Name Description
Stream stream

The stream to wrap.

Returns
Type Description
Stream

A Stream that does not call Dispose.