SerializationExtensions.ReadInt16Size(BinaryReader) Method

Definition

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.

Applies to