SerializationExtensions.ReadNullableUInt64(BinaryReader) Methode

Definition

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

Parameter

reader
BinaryReader

Der Reader, von dem gelesen wird.

Gibt zurück

Nullable<UInt64>

Die Werte zulässt-Länge ohne Vorzeichen.

Gilt für