SegmentBuilder.ReadNextBytes(ArraySegment<Byte>, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讀取區段中的下一個專案做為位元組陣列。 為了達到效能,這會以原始區段的子區段的形式傳回。
public static ArraySegment<byte> ReadNextBytes (ArraySegment<byte> segment, ref int readerOffset);
static member ReadNextBytes : ArraySegment<byte> * int -> ArraySegment<byte>
Public Shared Function ReadNextBytes (segment As ArraySegment(Of Byte), ByRef readerOffset As Integer) As ArraySegment(Of Byte)
參數
- segment
- ArraySegment<Byte>
- readerOffset
- Int32