VersionedBinaryReader.MultiVersionReadCallback Delegate
Visual Studio 2015
Delegate that will read the body of the stream. It explicitly handles the case where actualVersion does not equal expectedVersion.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public delegate void MultiVersionReadCallback( VersionedBinaryReader reader, int expectedVersion, int actualVersion )
Parameters
- reader
-
Type:
Microsoft.VisualStudio.Utilities.VersionedBinaryReader
The reader.
- expectedVersion
-
Type:
System.Int32
The expected version.
- actualVersion
-
Type:
System.Int32
The actual version.
Show: