IntPtr.IBinaryInteger<IntPtr>.GetByteCount 方法

定義

取得將被寫入為 TryWriteLittleEndian(Span<Byte>, Int32)的一部分的位元組數。

 virtual int System.Numerics.IBinaryInteger<nint>.GetByteCount() = System::Numerics::IBinaryInteger<IntPtr>::GetByteCount;
int IBinaryInteger<IntPtr>.GetByteCount();
abstract member System.Numerics.IBinaryInteger<nint>.GetByteCount : unit -> int
override this.System.Numerics.IBinaryInteger<nint>.GetByteCount : unit -> int
Function GetByteCount () As Integer Implements IBinaryInteger(Of IntPtr).GetByteCount

傳回

將被寫入 TryWriteLittleEndian(Span<Byte>, Int32)為 的位元組數。

實作

適用於