ArgumentValidation.CheckBound 方法 (String, Int32, Int32, Int32)

命名空间:  Microsoft.TeamFoundation.Build.Common
程序集:  Microsoft.TeamFoundation.Build.Common(在 Microsoft.TeamFoundation.Build.Common.dll 中)

语法

声明
Public Shared Sub CheckBound ( _
    argumentName As String, _
    argument As Integer, _
    lowerBound As Integer, _
    upperBound As Integer _
)
public static void CheckBound(
    string argumentName,
    int argument,
    int lowerBound,
    int upperBound
)

参数

.NET Framework 安全性

请参见

参考

ArgumentValidation 类

CheckBound 重载

Microsoft.TeamFoundation.Build.Common 命名空间