VersionedBinaryWriter.WriteCallback Delegate

Visual Studio 2015
 

A delegate that will write the body of the stream.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public delegate void WriteCallback(
	VersionedBinaryWriter writer,
	int version
)

Parameters

writer
Type: Microsoft.VisualStudio.Utilities.VersionedBinaryWriter

The VersionedBinaryWriter.

version
Type: System.Int32

The version of the stream. It is for reference only; the delegate does not have to write it to the stream.

Return to top
Show: