VersionedBinaryReader.ReadCallback 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 read the body of the stream.
public: delegate void VersionedBinaryReader::ReadCallback(VersionedBinaryReader ^ reader);
public delegate void VersionedBinaryReader.ReadCallback(VersionedBinaryReader reader);
type VersionedBinaryReader.ReadCallback = delegate of VersionedBinaryReader -> unit
Public Delegate Sub VersionedBinaryReader.ReadCallback(reader As VersionedBinaryReader)
Parameters
- reader
- VersionedBinaryReader
The VersionedBinaryReader