Partager via


Validate<T>, délégué

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

Syntaxe

'Déclaration
Public Delegate Sub Validate(Of T) ( _
    argumentName As String, _
    obj As T, _
    allowNull As Boolean, _
    errorMessage As String _
)
public delegate void Validate<T>(
    string argumentName,
    T obj,
    bool allowNull,
    string errorMessage
)

Paramètres de type

  • T

Paramètres

  • obj
    Type : T

Voir aussi

Référence

Microsoft.TeamFoundation.Build.Common, espace de noms