[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.BigEndianBinaryReader.Dispose

Dispose Method

Dispose(bool)

Releases the unmanaged resources used by the BigEndianBinaryReader class and optionally releases the managed resources.

Declaration
protected void Dispose(bool disposing)
Protected Sub Dispose(disposing As Boolean)
Parameters
Type Name Description
bool disposing

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Dispose()

Releases all resources used by the current instance of the BigEndianBinaryReader class.

Declaration
public void Dispose()
Public Sub Dispose()
Implements