Compartir a través de


EdmTypeSemantics.IsSignedIntegral(IEdmTypeReference) Método

Definición

Devuelve true si esta referencia hace referencia a un tipo entero con signo.

public static bool IsSignedIntegral (this Microsoft.OData.Edm.IEdmTypeReference type);
static member IsSignedIntegral : Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsSignedIntegral (type As IEdmTypeReference) As Boolean

Parámetros

type
IEdmTypeReference

Referencia de tipo.

Devoluciones

Esta referencia hace referencia a un tipo entero firmado.

Se aplica a