EnglishRoberta.IdsToOccurrenceValues(IReadOnlyList<Int32>) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Converta uma lista de IDs de tokens em valores de ocorrência mais altos.
public System.Collections.Generic.IReadOnlyList<int> IdsToOccurrenceValues (System.Collections.Generic.IReadOnlyList<int> ids);
member this.IdsToOccurrenceValues : System.Collections.Generic.IReadOnlyList<int> -> System.Collections.Generic.IReadOnlyList<int>
Public Function IdsToOccurrenceValues (ids As IReadOnlyList(Of Integer)) As IReadOnlyList(Of Integer)
Parâmetros
- ids
- IReadOnlyList<Int32>
A lista de IDs a ser mapeada para os altos valores de ocorrência.
Retornos
A lista de valores de ocorrência mapeados da lista de IDs.