ChaosSchedule.Write(BinaryWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the state of this object into a byte array.
public override void Write (System.IO.BinaryWriter bw);
override this.Write : System.IO.BinaryWriter -> unit
Public Overrides Sub Write (bw As BinaryWriter)
Parameters
- bw
- BinaryWriter
A BinaryWriter object.
Exceptions
An I/O error occurs.