Condividi tramite


ValueBuffer.WithOffset(Int32) Metodo

Definizione

Crea un nuovo buffer con dati a partire dall'indice specificato nel buffer corrente.

public Microsoft.EntityFrameworkCore.Storage.ValueBuffer WithOffset (int offset);
member this.WithOffset : int -> Microsoft.EntityFrameworkCore.Storage.ValueBuffer
Public Function WithOffset (offset As Integer) As ValueBuffer

Parametri

offset
Int32

Lo slot nel buffer corrente che sarà lo slot iniziale nel nuovo buffer.

Restituisce

Buffer appena creato.

Si applica a