ByteSerializable.Write(BinaryWriter) Method

Definition

This method must be implemented by derived classes so that they can be converted into a byte array

public abstract void Write (System.IO.BinaryWriter bw);
abstract member Write : System.IO.BinaryWriter -> unit
Public MustOverride Sub Write (bw As BinaryWriter)

Parameters

bw
BinaryWriter

A BinaryWriter object

Applies to