VersionedBinaryWriter.WriteCallback Delegate
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.
Delegate that will write the body of the stream.
public: delegate void VersionedBinaryWriter::WriteCallback(VersionedBinaryWriter ^ writer, int version);
public delegate void VersionedBinaryWriter.WriteCallback(VersionedBinaryWriter writer, int version);
type VersionedBinaryWriter.WriteCallback = delegate of VersionedBinaryWriter * int -> unit
Public Delegate Sub VersionedBinaryWriter.WriteCallback(writer As VersionedBinaryWriter, version As Integer)
Parameters
- writer
- VersionedBinaryWriter
The VersionedBinaryWriter
- version
- Int32
The version of the stream. It is for reference only; the delegate does not have to write it to the stream.