SerializationExtensions.ReadInt16Size(BinaryReader) Method
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.
Reads a Int16Size struct from reader
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::VisualStudio::Utilities::Int16Size ReadInt16Size(System::IO::BinaryReader ^ reader);
public static Microsoft.VisualStudio.Utilities.Int16Size ReadInt16Size (this System.IO.BinaryReader reader);
static member ReadInt16Size : System.IO.BinaryReader -> Microsoft.VisualStudio.Utilities.Int16Size
<Extension()>
Public Function ReadInt16Size (reader As BinaryReader) As Int16Size
Parameters
- reader
- BinaryReader
The reader to read from
Returns
The size.