ArgumentValidation.CheckBound, méthode (String, Int32, Int32, Int32)

Espace de noms :  Microsoft.TeamFoundation.Build.Common
Assembly :  Microsoft.TeamFoundation.Build.Common (dans Microsoft.TeamFoundation.Build.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

ArgumentValidation Classe

CheckBound, surcharge

Microsoft.TeamFoundation.Build.Common, espace de noms