UIntPtr.IBinaryInteger<UIntPtr>.TryReadLittleEndian Yöntem

Tanım

 static bool System.Numerics.IBinaryInteger<nuint>.TryReadLittleEndian(ReadOnlySpan<System::Byte> source, bool isUnsigned, [Runtime::InteropServices::Out] UIntPtr % value) = System::Numerics::IBinaryInteger<UIntPtr>::TryReadLittleEndian;
static bool IBinaryInteger<UIntPtr>.TryReadLittleEndian (ReadOnlySpan<byte> source, bool isUnsigned, out UIntPtr value);
static member System.Numerics.IBinaryInteger<nuint>.TryReadLittleEndian : ReadOnlySpan<byte> * bool * unativeint -> bool
 Shared Function TryReadLittleEndian (source As ReadOnlySpan(Of Byte), isUnsigned As Boolean, ByRef value As UIntPtr) As Boolean Implements IBinaryInteger(Of UIntPtr).TryReadLittleEndian

Parametreler

source
ReadOnlySpan<Byte>
isUnsigned
Boolean
value
UIntPtr

unativeint

Döndürülenler

Şunlara uygulanır