ValueBuffer.WithOffset(Int32) Método

Definición

Crea un nuevo búfer con datos que comienzan en el índice especificado en el búfer actual.

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

Parámetros

offset
Int32

Ranura del búfer actual que será la ranura inicial en el nuevo búfer.

Devoluciones

Búfer recién creado.

Se aplica a