ExceptionRegionEncoder.IsSmallRegionCount(Int32) 方法

定義

如果例外狀況區域的數目符合小型格式,則傳回 true

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

參數

exceptionRegionCount
Int32

例外狀況區域的數目。

傳回

Boolean

適用於