ExceptionRegionEncoder.IsSmallRegionCount(Int32) Método

Definición

Devuelve true si el número de regiones exception se ajusta al formato pequeño.

public:
 static bool IsSmallRegionCount(int exceptionRegionCount);
public static bool IsSmallRegionCount (int exceptionRegionCount);
static member IsSmallRegionCount : int -> bool
Public Shared Function IsSmallRegionCount (exceptionRegionCount As Integer) As Boolean

Parámetros

exceptionRegionCount
Int32

Número de regiones exception.

Devoluciones

Se aplica a