SerializationExtensions.ReadNullableInt16(BinaryReader) Метод

Определение

Считывает короткий? От reader

public:
[System::Runtime::CompilerServices::Extension]
 static Nullable<short> ReadNullableInt16(System::IO::BinaryReader ^ reader);
public static short? ReadNullableInt16 (this System.IO.BinaryReader reader);
static member ReadNullableInt16 : System.IO.BinaryReader -> Nullable<int16>
<Extension()>
Public Function ReadNullableInt16 (reader As BinaryReader) As Nullable(Of Short)

Параметры

reader
BinaryReader

Читатель, из которого производится чтение

Возвращаемое значение

Nullable<Int16>

Короткий, допускающий значение null.

Применяется к