Compartilhar via


HiLoValueGeneratorState.Next<TValue>(Func<Int64>) Método

Definição

Obtém um valor a ser atribuído a uma propriedade .

public virtual TValue Next<TValue> (Func<long> getNewLowValue);
abstract member Next : Func<int64> -> 'Value
override this.Next : Func<int64> -> 'Value
Public Overridable Function Next(Of TValue) (getNewLowValue As Func(Of Long)) As TValue

Parâmetros de tipo

TValue

O tipo de valores que estão sendo gerados.

Parâmetros

getNewLowValue
Func<Int64>

Uma função para obter o próximo valor baixo, se necessário.

Retornos

TValue

O valor a ser atribuído a uma propriedade .

Aplica-se a