Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Dispose() [2/2]

virtual void System.IO.BinaryWriter.Dispose ( bool disposing)
inlineprotectedvirtualinherited

Definition at line 72 of file BinaryWriter.cs.

73 {
74 if (disposing)
75 {
76 if (_leaveOpen)
77 {
79 }
80 else
81 {
83 }
84 }
85 }
readonly bool _leaveOpen
virtual void Close()
Definition Stream.cs:644

References System.IO.BinaryWriter._leaveOpen, System.IO.Stream.Close(), System.IO.Stream.Flush(), and System.IO.BinaryWriter.OutStream.