SerializationExtensions.ReadNullableInt16(BinaryReader) Methode

Definition

Liest ein kurzes? Von 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)

Parameter

reader
BinaryReader

Der Reader, von dem gelesen wird.

Gibt zurück

Nullable<Int16>

Der Kurzwert, der NULL zulässt.

Gilt für