Partager via


PooledBuffer.BufferSlice.Slice Méthode

Définition

Surcharges

Slice(Int32)

Forme une tranche à partir de cette instance, en commençant au décalage spécifié dans cette tranche.

Slice(Int32, Int32)

Forme une tranche à partir de cette instance, en commençant au décalage spécifié dans cette tranche et en ayant la longueur spécifiée.

Slice(Int32)

Forme une tranche à partir de cette instance, en commençant au décalage spécifié dans cette tranche.

public Orleans.Serialization.Buffers.PooledBuffer.BufferSlice Slice (int offset);
member this.Slice : int -> Orleans.Serialization.Buffers.PooledBuffer.BufferSlice
Public Function Slice (offset As Integer) As PooledBuffer.BufferSlice

Paramètres

offset
Int32

Décalage dans cette tranche où commence la nouvelle tranche formée.

Retours

Une tranche instance.

S’applique à

Slice(Int32, Int32)

Forme une tranche à partir de cette instance, en commençant au décalage spécifié dans cette tranche et en ayant la longueur spécifiée.

public Orleans.Serialization.Buffers.PooledBuffer.BufferSlice Slice (int offset, int length);
member this.Slice : int * int -> Orleans.Serialization.Buffers.PooledBuffer.BufferSlice
Public Function Slice (offset As Integer, length As Integer) As PooledBuffer.BufferSlice

Paramètres

offset
Int32

Décalage dans cette tranche où commence la nouvelle tranche formée.

length
Int32

Longueur de la nouvelle tranche.

Retours

Une tranche instance.

S’applique à