ValueBuffer.WithOffset(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用從目前緩衝區中指定索引開始的資料,建立新的緩衝區。
public Microsoft.EntityFrameworkCore.Storage.ValueBuffer WithOffset (int offset);
member this.WithOffset : int -> Microsoft.EntityFrameworkCore.Storage.ValueBuffer
Public Function WithOffset (offset As Integer) As ValueBuffer
參數
- offset
- Int32
目前緩衝區中將會是新緩衝區中起始位置的插槽。
傳回
新建立的緩衝區。