Läs på engelska Redigera

Dela via


BinaryWriter.IDisposable.Dispose Method

Definition

Releases the unmanaged resources used by the BinaryWriter and optionally releases the managed resources.

C#
void IDisposable.Dispose();

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the BinaryWriter instance is cast to an IDisposable interface.

Applies to

Produkt Versioner
.NET Framework 1.1, 2.0, 3.0, 3.5

See also