SerializationExtensions.ReadNullableInt16(BinaryReader) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Lê um pouco? De 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)
Parâmetros
- reader
- BinaryReader
O leitor do qual ler
Retornos
O curto anulável.