SerializationExtensions.ReadNullableUInt64(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 ULONG? De reader
public:
[System::Runtime::CompilerServices::Extension]
static Nullable<System::UInt64> ReadNullableUInt64(System::IO::BinaryReader ^ reader);
public static ulong? ReadNullableUInt64 (this System.IO.BinaryReader reader);
static member ReadNullableUInt64 : System.IO.BinaryReader -> Nullable<uint64>
<Extension()>
Public Function ReadNullableUInt64 (reader As BinaryReader) As Nullable(Of ULong)
Parâmetros
- reader
- BinaryReader
O leitor do qual ler
Retornos
O Long anulável não atribuído.